[Scummvm-cvs-logs] SF.net SVN: scummvm:[34584] scummvm/trunk/gui/launcher.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue Sep 16 16:59:53 CEST 2008


Revision: 34584
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34584&view=rev
Author:   lordhoto
Date:     2008-09-16 14:59:52 +0000 (Tue, 16 Sep 2008)

Log Message:
-----------
Added whitespace in playtime textfield.

Modified Paths:
--------------
    scummvm/trunk/gui/launcher.cpp

Modified: scummvm/trunk/gui/launcher.cpp
===================================================================
--- scummvm/trunk/gui/launcher.cpp	2008-09-16 14:56:02 UTC (rev 34583)
+++ scummvm/trunk/gui/launcher.cpp	2008-09-16 14:59:52 UTC (rev 34584)
@@ -705,7 +705,7 @@
 		}
 
 		if (_playTimeSupport) {
-			Common::String time = "Playtime:";
+			Common::String time = "Playtime: ";
 			if (desc.contains("play_time"))
 				time += desc.getVal("play_time");
 			else


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list