From 09552695d715f8bb594509d3d4723c590a042fb0 Mon Sep 17 00:00:00 2001 From: Matt Madia Date: Sat, 1 May 2010 04:30:23 +0000 Subject: [PATCH] Added "Haiku and the Haiku logo are trademarks of Haiku, Inc." git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36563 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/aboutsystem/AboutSystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index abecb3aeaa..0fc6f0e16b 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -851,7 +851,7 @@ AboutView::_CreateCreditsView() 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);