- Fixed --gui-theme command line description

- Added --list-themes command line command to list available GUI themes

svn-id: r35681
This commit is contained in:
Johannes Schickel 2009-01-02 20:21:21 +00:00
parent 1b0f945471
commit 6fd559b4f6
4 changed files with 35 additions and 14 deletions

View file

@ -95,7 +95,7 @@ void ThemeBrowser::handleCommand(CommandSender *sender, uint32 cmd, uint32 data)
void ThemeBrowser::updateListing() {
_themes.clear();
g_gui.listUseableThemes(_themes);
GuiManager::listUsableThemes(_themes);
Common::StringList list;
for (ThemeDescList::const_iterator i = _themes.begin(); i != _themes.end(); ++i)