[haiku-commits] r41096 - in haiku/trunk/src/apps: aboutsystem deskbar

  • From: jonas@xxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 24 Mar 2011 22:23:48 +0100 (CET)

Author: kirilla
Date: 2011-03-24 22:23:48 +0100 (Thu, 24 Mar 2011)
New Revision: 41096
Changeset: https://dev.haiku-os.org/changeset/41096

Removed:
   haiku/trunk/src/apps/deskbar/icon-freelogo.rdef
Modified:
   haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
   haiku/trunk/src/apps/deskbar/Jamfile
Log:
Farewell, Be logo, and thanks for all the bits! Credit Be Inc in AboutSystem.

Modified: haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
===================================================================
--- haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp    2011-03-24 02:02:02 UTC 
(rev 41095)
+++ haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp    2011-03-24 21:23:48 UTC 
(rev 41096)
@@ -1185,6 +1185,8 @@
        fCreditsView->Insert(B_TRANSLATE("\n\nSpecial thanks to:\n"));
 
        fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &kDarkGrey);
+       fCreditsView->Insert(B_TRANSLATE(
+               "Be Inc. and its developer team, for having created 
BeOS!\n\n"));
        fCreditsView->Insert(
                B_TRANSLATE("Travis Geiselbrecht (and his NewOS kernel)\n"));
        fCreditsView->Insert(

Modified: haiku/trunk/src/apps/deskbar/Jamfile
===================================================================
--- haiku/trunk/src/apps/deskbar/Jamfile        2011-03-24 02:02:02 UTC (rev 
41095)
+++ haiku/trunk/src/apps/deskbar/Jamfile        2011-03-24 21:23:48 UTC (rev 
41096)
@@ -4,7 +4,7 @@
 UsePrivateHeaders private shared ;
 SubDirHdrs $(HAIKU_TOP) src kits tracker ;
 
-AddResources Deskbar : Deskbar.rdef icon-freelogo.rdef icons.rdef ;
+AddResources Deskbar : Deskbar.rdef icons.rdef ;
 
 SubDirC++Flags -DDB_ADDONS
        -D_INCLUDES_CLASS_DEVICE_MAP=1


Other related posts:

  • » [haiku-commits] r41096 - in haiku/trunk/src/apps: aboutsystem deskbar - jonas