added new libs to get web data

This commit is contained in:
Santiago Lema 2024-09-30 03:17:31 -03:00
parent 13fb5cf3b3
commit 7cb8eecde9
6 changed files with 203 additions and 107 deletions

View file

@ -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();
}