- 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:
parent
1b0f945471
commit
6fd559b4f6
4 changed files with 35 additions and 14 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue