[Scummvm-cvs-logs] SF.net SVN: scummvm:[34762] scummvm/trunk/gui

tanoku at users.sourceforge.net tanoku at users.sourceforge.net
Thu Oct 9 20:10:00 CEST 2008


Revision: 34762
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34762&view=rev
Author:   tanoku
Date:     2008-10-09 18:09:59 +0000 (Thu, 09 Oct 2008)

Log Message:
-----------
Renamed "scummodern" theme to "scummmodern", for naming consistence.

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

Added Paths:
-----------
    scummvm/trunk/gui/themes/scummmodern/
    scummvm/trunk/gui/themes/scummmodern.zip

Removed Paths:
-------------
    scummvm/trunk/gui/themes/scummodern/
    scummvm/trunk/gui/themes/scummodern.zip

Modified: scummvm/trunk/gui/newgui.cpp
===================================================================
--- scummvm/trunk/gui/newgui.cpp	2008-10-09 17:56:07 UTC (rev 34761)
+++ scummvm/trunk/gui/newgui.cpp	2008-10-09 18:09:59 UTC (rev 34762)
@@ -88,7 +88,7 @@
 	memset(_cursor, 0xFF, sizeof(_cursor));
 
 
-	ConfMan.registerDefault("gui_theme", "scummodern.zip");
+	ConfMan.registerDefault("gui_theme", "scummmodern.zip");
 	Common::String themefile(ConfMan.get("gui_theme"));
 	if (themefile.compareToIgnoreCase("default") == 0)
 		themefile = "builtin";


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