[haiku-commits] r36563 - haiku/trunk/src/apps/aboutsystem

  • From: mattmadia@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 1 May 2010 06:30:23 +0200 (CEST)

Author: mmadia
Date: 2010-05-01 06:30:23 +0200 (Sat, 01 May 2010)
New Revision: 36563
Changeset: http://dev.haiku-os.org/changeset/36563/haiku

Modified:
   haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
Log:
Added "Haiku and the Haiku logo are trademarks of Haiku, Inc."


Modified: haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
===================================================================
--- haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp    2010-05-01 04:25:07 UTC 
(rev 36562)
+++ haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp    2010-05-01 04:30:23 UTC 
(rev 36563)
@@ -851,7 +851,7 @@
        fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &kDarkGrey);
        fCreditsView->Insert(TR("The copyright to the Haiku code is property of 
"
                "Haiku, Inc. or of the respective authors where expressly noted 
"
-               "in the source."
+               "in the source. Haiku and the Haiku logo are trademarks of 
Haiku, Inc."
                "\n\n"));
 
        fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &kLinkBlue);


Other related posts:

  • » [haiku-commits] r36563 - haiku/trunk/src/apps/aboutsystem - mattmadia