From cfbbba0820278ee27ffaca8deb862ecc62805b29 Mon Sep 17 00:00:00 2001 From: Matt Madia Date: Mon, 11 Apr 2011 23:55:01 +0000 Subject: [PATCH] Another update relating to the USPTO registration of the HAIKU logo. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41241 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/aboutsystem/AboutSystem.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index 5a939ef1fc..f216299a4f 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -944,8 +944,8 @@ AboutView::_CreateCreditsView() fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &kDarkGrey); fCreditsView->Insert(B_TRANSLATE("The copyright to the Haiku code is " "property of Haiku, Inc. or of the respective authors where expressly " - "noted in the source. Haiku and the Haiku logo are trademarks of " - "Haiku, Inc." + "noted in the source. Haiku and the HAIKU logo® are " + "(registered) trademarks of Haiku, Inc." "\n\n")); fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &kLinkBlue); @@ -1303,7 +1303,7 @@ AboutView::_CreateCreditsView() _AddPackageCredit(PackageCredit("AntiGrain Geometry") .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2002-2006 Maxim " "Shemanarev (McSeem).")) - .SetLicenses("Anti-Grain Geometry", B_TRANSLATE("BSD (3-clause)"), + .SetLicenses("Anti-Grain Geometry", B_TRANSLATE("BSD (3-clause)"), "GPC", NULL) .SetURL("http://www.antigrain.com"));