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

  • From: mattmadia@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 19 Sep 2010 00:53:04 +0200 (CEST)

Author: mmadia
Date: 2010-09-19 00:53:04 +0200 (Sun, 19 Sep 2010)
New Revision: 38713
Changeset: http://dev.haiku-os.org/changeset/38713

Modified:
   haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
Log:
Removed extra blank line in the 'Special thanks to:' section


Modified: haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
===================================================================
--- haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp    2010-09-18 22:39:14 UTC 
(rev 38712)
+++ haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp    2010-09-18 22:53:04 UTC 
(rev 38713)
@@ -1132,7 +1132,7 @@
        fCreditsView->Insert(
                B_TRANSLATE("The BeGeistert team\n"));
        fCreditsView->Insert(
-               B_TRANSLATE("Google & their Google Summer of Code 
program\n\n"));
+               B_TRANSLATE("Google & their Google Summer of Code program\n"));
        fCreditsView->Insert(
                B_TRANSLATE("The University of Auckland and Christof 
Lutteroth\n\n"));
        fCreditsView->Insert(


Other related posts:

  • » [haiku-commits] r38713 - haiku/trunk/src/apps/aboutsystem - mattmadia