added shortcuts
This commit is contained in:
parent
de3dc540c4
commit
392dc320b9
5 changed files with 19 additions and 11 deletions
5
App.cpp
5
App.cpp
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue