added shortcuts

This commit is contained in:
Santiago Lema 2025-05-08 02:08:36 -03:00
parent de3dc540c4
commit 392dc320b9
5 changed files with 19 additions and 11 deletions

View file

@ -31,10 +31,9 @@ void App::AboutRequested() {
BAboutWindow *about = new BAboutWindow(B_TRANSLATE_SYSTEM_NAME("DumBer"),
kApplicationSignature);
about->AddDescription(B_TRANSLATE("about_body"));
about->AddCopyright(2024, "Santiago Lema");
about->AddCopyright(2024-2025, "Santiago Lema");
about->AddText("e-mail me at haiku@lema.org");
about->AddText("or find me on the fediverse as");
about->AddText("@santi@go.lema.org");
about->AddText("or find me on the fediverse as\n@santi@go.lema.org");
about->Show();
}