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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Mon Mar 20 10:29:03 CET 2006


Revision: 21393
Author:   lordhoto
Date:     2006-03-20 10:28:35 -0800 (Mon, 20 Mar 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21393&view=rev

Log Message:
-----------
Updates the config version for the new theme to 4 in the warning which is printed if the version is too low.

Modified Paths:
--------------
    scummvm/trunk/gui/ThemeNew.cpp
Modified: scummvm/trunk/gui/ThemeNew.cpp
===================================================================
--- scummvm/trunk/gui/ThemeNew.cpp	2006-03-20 17:33:08 UTC (rev 21392)
+++ scummvm/trunk/gui/ThemeNew.cpp	2006-03-20 18:28:35 UTC (rev 21393)
@@ -173,7 +173,7 @@
 	_configFile.getKey("version", "theme", temp);
 	if (temp != "4") {
 		// TODO: improve this detection and handle it nicer
-		warning("Theme config uses a different version (you have: '%s', needed is: '%d')", temp.c_str(), 3);
+		warning("Theme config uses a different version (you have: '%s', needed is: '%d')", temp.c_str(), 4);
 		return;
 	}
 	


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