added new libs to get web data
This commit is contained in:
parent
13fb5cf3b3
commit
7cb8eecde9
6 changed files with 203 additions and 107 deletions
6
App.cpp
6
App.cpp
|
@ -35,9 +35,11 @@ App::AboutRequested()
|
|||
{
|
||||
BAboutWindow* about
|
||||
= new BAboutWindow(B_TRANSLATE_SYSTEM_NAME("DumBer"), kApplicationSignature);
|
||||
about->AddDescription(B_TRANSLATE("Type text in there to feel dumber."));
|
||||
about->AddDescription(B_TRANSLATE("about_body"));
|
||||
about->AddCopyright(2024, "Santiago Lema");
|
||||
about->AddText("Ho");
|
||||
about->AddText("e-mail me at haiku@lema.org");
|
||||
about->AddText("or ping me on the fediverse on @santiago@masto.lema.org");
|
||||
|
||||
about->Show();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue