aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeNew.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2006-03-20 12:32:55 +0000
committerEugene Sandulenko2006-03-20 12:32:55 +0000
commitfce18c2e13392c4e347c821e56381cd19afb7ef4 (patch)
treed83921baa9d33adf31c01a2998bb969714319a65 /gui/ThemeNew.cpp
parent6b56af989f30381eb493440557a5123525235efd (diff)
downloadscummvm-rg350-fce18c2e13392c4e347c821e56381cd19afb7ef4.tar.gz
scummvm-rg350-fce18c2e13392c4e347c821e56381cd19afb7ef4.tar.bz2
scummvm-rg350-fce18c2e13392c4e347c821e56381cd19afb7ef4.zip
Bump theme config version number to avod confusion. A key was added there,
but I didn't bump it last time. svn-id: r21391
Diffstat (limited to 'gui/ThemeNew.cpp')
-rw-r--r--gui/ThemeNew.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ThemeNew.cpp b/gui/ThemeNew.cpp
index 2c4d9d4d6e..9915707e24 100644
--- a/gui/ThemeNew.cpp
+++ b/gui/ThemeNew.cpp
@@ -171,7 +171,7 @@ _lastUsedBitMask(0), _forceRedraw(false), _font(0), _imageHandles(0), _images(0)
Common::String temp = "";
_configFile.getKey("version", "theme", temp);
- if (temp != "3") {
+ if (temp != "4") {
// TODO: improve this detection and handle it nicer
warning("Theme config uses a different version (you have: '%s', needed is: '%d')", temp.c_str(), 3);
return;