aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeClassic.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2006-10-08 19:24:31 +0000
committerJohannes Schickel2006-10-08 19:24:31 +0000
commite11bfe5f495176156f9b3d2c855ce87cd35e9a3e (patch)
treeac266cc55241e65be7f556292074e9b1d3effe52 /gui/ThemeClassic.cpp
parent4e22b8262a7db51a3926682f36c45b850a387670 (diff)
downloadscummvm-rg350-e11bfe5f495176156f9b3d2c855ce87cd35e9a3e.tar.gz
scummvm-rg350-e11bfe5f495176156f9b3d2c855ce87cd35e9a3e.tar.bz2
scummvm-rg350-e11bfe5f495176156f9b3d2c855ce87cd35e9a3e.zip
- reworked my commit for r24216, not 'Classic (Builtin)' uses the builtin classic theme and classic uses the classic.ini file
- save the chosen theme now svn-id: r24222
Diffstat (limited to 'gui/ThemeClassic.cpp')
-rw-r--r--gui/ThemeClassic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ThemeClassic.cpp b/gui/ThemeClassic.cpp
index 1485b7e5e7..af41f8ad05 100644
--- a/gui/ThemeClassic.cpp
+++ b/gui/ThemeClassic.cpp
@@ -39,7 +39,7 @@ ThemeClassic::ThemeClassic(OSystem *system, const Common::String &config, const
// 'classic' is always the built in one, we force it and
// ignore all 'classic' named config files
- if (config.compareToIgnoreCase("classic") != 0) {
+ if (config.compareToIgnoreCase("classic (builtin)") != 0) {
if (cfg)
_configFile = *cfg;
else