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

  • From: pulkomandy@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 22 Mar 2010 22:16:04 +0100 (CET)

Author: pulkomandy
Date: 2010-03-22 22:16:04 +0100 (Mon, 22 Mar 2010)
New Revision: 35933
Changeset: http://dev.haiku-os.org/changeset/35933/haiku

Modified:
   haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
Log:
Add credits for the japanese translation in AboutSystem.


Modified: haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
===================================================================
--- haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp    2010-03-22 21:01:43 UTC 
(rev 35932)
+++ haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp    2010-03-22 21:16:04 UTC 
(rev 35933)
@@ -1068,9 +1068,11 @@
        fCreditsView->Insert("\n");
        fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &kDarkGrey);
        fCreditsView->Insert(
+               "Hironoru Ichimiya\n"
+               "Jorge G. Mare (Koki)\n"
+               "Takashi Murai\n"
+               "SHINTA\n"
                "The JPBE.net user group\n"
-               "Takashi Murai\n"
-               "Jorge G. Mare (Koki)\n"
        );
 
        be_locale_roster->GetLanguage(&lang, "lt");


Other related posts:

  • » [haiku-commits] r35933 - haiku/trunk/src/apps/aboutsystem - pulkomandy