aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorMatan Bareket2019-03-29 01:03:03 -0400
committerMatan Bareket2019-04-02 10:55:57 -0400
commit69cecebdbc3c453b17cf820bca87497fb5715128 (patch)
tree64f44031ce8c7d0fdb0fd12a708ff4e128201145 /gui
parent4949c5d7d5bb90a1fa4529ecd4211f812a011486 (diff)
downloadscummvm-rg350-69cecebdbc3c453b17cf820bca87497fb5715128.tar.gz
scummvm-rg350-69cecebdbc3c453b17cf820bca87497fb5715128.tar.bz2
scummvm-rg350-69cecebdbc3c453b17cf820bca87497fb5715128.zip
BUILD: Update default theme to use remastered
Diffstat (limited to 'gui')
-rw-r--r--gui/ThemeEngine.cpp2
-rw-r--r--gui/gui-manager.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/gui/ThemeEngine.cpp b/gui/ThemeEngine.cpp
index e1438cda35..8117fbe1ab 100644
--- a/gui/ThemeEngine.cpp
+++ b/gui/ThemeEngine.cpp
@@ -1801,7 +1801,7 @@ void ThemeEngine::listUsableThemes(const Common::FSNode &node, Common::List<Them
Common::String ThemeEngine::getThemeFile(const Common::String &id) {
// FIXME: Actually "default" rather sounds like it should use
- // our default theme which would mean "scummmodern" instead
+ // our default theme which would mean "scummremastered" instead
// of the builtin one.
if (id.equalsIgnoreCase("default"))
return Common::String();
diff --git a/gui/gui-manager.cpp b/gui/gui-manager.cpp
index 9515d1be8e..5e27eb66ef 100644
--- a/gui/gui-manager.cpp
+++ b/gui/gui-manager.cpp
@@ -74,7 +74,7 @@ GuiManager::GuiManager() : _redrawStatus(kRedrawDisabled), _stateIsSaved(false),
TransMan.setLanguage(ConfMan.get("gui_language").c_str());
#endif // USE_TRANSLATION
- ConfMan.registerDefault("gui_theme", "scummmodern");
+ ConfMan.registerDefault("gui_theme", "scummremastered");
Common::String themefile(ConfMan.get("gui_theme"));
ConfMan.registerDefault("gui_renderer", ThemeEngine::findModeConfigName(ThemeEngine::_defaultRendererMode));