Added a comment about how the theme browser finds the themes.

svn-id: r24218
This commit is contained in:
Johannes Schickel 2006-10-08 18:53:10 +00:00
parent 1ced1777f8
commit a972fc57cd

View File

@ -90,6 +90,10 @@ void ThemeBrowser::updateListing() {
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);