From 3c613df4ef3c2918826940605c07eb2e08a4f455 Mon Sep 17 00:00:00 2001 From: Matt Madia Date: Wed, 13 Apr 2011 00:34:28 +0000 Subject: [PATCH] Updated (R) to be B_UTF8_.* Added (TM) as well. thanks phoudoin! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41245 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/aboutsystem/AboutSystem.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index f216299a4f..7287dacb84 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -944,8 +944,9 @@ 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 " - "(registered) trademarks of Haiku, Inc." + "noted in the source. Haiku" B_UTF8_TRADEMARK + " and the HAIKU logo" B_UTF8_REGISTERED + " are (registered) trademarks of Haiku, Inc." "\n\n")); fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &kLinkBlue);