From 9ba3482a1d395f43ef960ba85f4012787a3618c3 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Mon, 22 Mar 2010 21:16:04 +0000 Subject: [PATCH] Add credits for the japanese translation in AboutSystem. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35933 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/aboutsystem/AboutSystem.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index c1131288de..b136dd31be 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -1068,9 +1068,11 @@ AboutView::_CreateCreditsView() fCreditsView->Insert("\n"); fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &kDarkGrey); fCreditsView->Insert( - "The JPBE.net user group\n" - "Takashi Murai\n" + "Hironoru Ichimiya\n" "Jorge G. Mare (Koki)\n" + "Takashi Murai\n" + "SHINTA\n" + "The JPBE.net user group\n" ); be_locale_roster->GetLanguage(&lang, "lt");