[Tux4kids-commits] r876 - in tuxmath/trunk: doc src

dbruce-guest at alioth.debian.org dbruce-guest at alioth.debian.org
Mon Feb 9 13:25:38 UTC 2009


Author: dbruce-guest
Date: 2009-02-09 13:25:38 +0000 (Mon, 09 Feb 2009)
New Revision: 876

Modified:
   tuxmath/trunk/doc/changelog
   tuxmath/trunk/src/credits.c
Log:
Replaced empty strings for blank lines ("") with single spaces (" ") to keep text from being truncated by line-wrapping code.



Modified: tuxmath/trunk/doc/changelog
===================================================================
--- tuxmath/trunk/doc/changelog	2009-02-09 13:21:08 UTC (rev 875)
+++ tuxmath/trunk/doc/changelog	2009-02-09 13:25:38 UTC (rev 876)
@@ -1,3 +1,10 @@
+2009.Feb.09 (svn.debian.org/tux4kids - revision 876)
+        i18n - modified credits text slightly (replaced empty line
+        strings "" with " ") because otherwise the wrapping text truncates
+        the credits at the first blank line.
+
+	David Bruce <davidstuartbruce at gmail.com>
+
 2009.Feb.06 (svn.debian.org/tux4kids - revision 873)
         Put two more strings in highscore.c under the domain of gettext.
 
@@ -6,7 +13,7 @@
 
 2009.Feb.06 (svn.debian.org/tux4kids - revision 872)
         Add the facility to use translatable versions of "SCORE" and
-	"WAVE".  To enable, define REPLACE_WAVESCORE upon compliation
+	"WAVE".  To enable, define REPLACE_WAVESCORE upon compilation
 	(disabled by default, because they don't look as nice).
 
 	Tim Holy <holy at wustl.edu>

Modified: tuxmath/trunk/src/credits.c
===================================================================
--- tuxmath/trunk/src/credits.c	2009-02-09 13:21:08 UTC (rev 875)
+++ tuxmath/trunk/src/credits.c	2009-02-09 13:25:38 UTC (rev 876)
@@ -34,18 +34,18 @@
 char * credit_text[] = {
   "-TUX, OF MATH COMMAND",  /* '-' at beginning makes highlighted: */
   "COPYRIGHT 2001-2006",
-  "",
+  " ",
   "PART OF THE 'TUX4KIDS' PROJECT",
-  "",
+  " ",
   "-DESIGNED BY",
   "SAM 'CRISWELL' HART",
-  "",
+  " ",
   "-LEAD PROGRAMMERS",
   "BILL KENDRICK,",
   "NEW BREED SOFTWARE",
   "DAVID BRUCE",
   "TIM HOLY",
-  "",
+  " ",
   "-ADDITIONAL CODE",
   "GLEN DITCHFIELD",
   "MICHAEL BEHRISCH",
@@ -56,34 +56,34 @@
   "AHMED SAYED",
   "BRENDAN LUCHEN",
   "JESUS M. MAGER H.",
-  "",
+  " ",
   "-LEAD ARTIST",
   "SAM HART",
   "",
   "-ADDITIONAL ART",
   "BILL KENDRICK",
   "KENDRA SWANSON & LINNEA HOLY",
-  "",
+  " ",
   "-SOUND EFFECTS",
   "TBA",
-  "",
+  " ",
   "-MUSIC",
   "BEYOND THE HORIZON",
   "BY MYSTRA OF STONE ARTS, 1994",
-  "",
+  " ",
   "CCCP MAIN",
   "BY GROO OF CNCD, 1994",
-  "",
+  " ",
   "SOFT BRILLIANCE",
   "TJOPPBASS, 1994",
-  "",
+  " ",
   "-PACKAGERS",
   "JESSE ANDREWS",
   "HOLGER LEVSEN",
-  "",
+  " ",
   "-'TUX' THE PENGUIN CREATED BY",
   "LARRY EWING",
-  "",
+  " ",
   "-TESTERS",
   "PETE SALZMAN",
   "ST. CATHERINE ELEM., CINCINNATI, OH",
@@ -94,8 +94,8 @@
   "OLD BONHOMME ELEMENTARY,",
   "ST. LOUIS, MO",
   "STEPHANIE CHAPIE & HOWARD NATHANSON",
-  "",
-  "",
+  " ",
+  " ",
   "-WEBSITE",
   "WWW.TUX4KIDS.COM",
   NULL




More information about the Tux4kids-commits mailing list