aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeEngine.cpp
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/ThemeEngine.cpp
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/ThemeEngine.cpp')
-rw-r--r--gui/ThemeEngine.cpp2
1 files changed, 1 insertions, 1 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();