pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/src start_screen.cxx,1.16,1.17


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src start_screen.cxx,1.16,1.17
Date: 12 Apr 2003 15:52:19 -0000

Update of /var/lib/cvs/Games/Pingus/src
In directory dark:/tmp/cvs-serv24932

Modified Files:
        start_screen.cxx 
Log Message:
copy and paste bug


Index: start_screen.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/start_screen.cxx,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- start_screen.cxx    12 Apr 2003 12:35:53 -0000      1.16
+++ start_screen.cxx    12 Apr 2003 15:52:17 -0000      1.17
@@ -185,7 +185,7 @@
     
   description = System::translate(plf->get_description());
   
-  if (description != "")
+  if (description == "")
     return description;
 
   unsigned int pos = 0;
@@ -217,7 +217,7 @@
         description.replace(pos - 1, 2, 1, '\n');                      // no 
whitespace in front
        
       if (pos < description.length() && description[pos + 1] == ' ')
-        description.replace(pos, 2, 1, '\n');                          // no 
whitespace behind
+         description.replace(pos, 2, 1, '\n');                         // no 
whitespace behind
        
       ++pos;                                                           // we 
don't want to find it again
     }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]