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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sun Oct 8 20:53:15 CEST 2006


Revision: 24218
          http://svn.sourceforge.net/scummvm/?rev=24218&view=rev
Author:   lordhoto
Date:     2006-10-08 11:53:10 -0700 (Sun, 08 Oct 2006)

Log Message:
-----------
Added a comment about how the theme browser finds the themes.

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

Modified: scummvm/trunk/gui/themebrowser.cpp
===================================================================
--- scummvm/trunk/gui/themebrowser.cpp	2006-10-08 18:52:20 UTC (rev 24217)
+++ scummvm/trunk/gui/themebrowser.cpp	2006-10-08 18:53:10 UTC (rev 24218)
@@ -90,6 +90,10 @@
 	th.file = "classic";
 	_themes.push_back(th);
 
+	// we are using only the paths 'themepath', 'extrapath', DATA_PATH and '.'
+	// since these are the default locations for the theme files
+	// files in other places are ignored in this dialog
+	// TODO: let the user browse the complete FS too/only the FS?
 	if (ConfMan.hasKey("themepath"))
 		addDir(_themes, ConfMan.get("themepath"), 0);
 


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