aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeNew.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2006-03-20 18:28:35 +0000
committerJohannes Schickel2006-03-20 18:28:35 +0000
commit47a643ce406c9b7cc988c5e7d7c290f55e9526ca (patch)
tree3928f782040d59b5b8f4a5175e1050df737ed56c /gui/ThemeNew.cpp
parentc506e452f1a99250e1b2d1f9d92bf7ee04a4b6a0 (diff)
downloadscummvm-rg350-47a643ce406c9b7cc988c5e7d7c290f55e9526ca.tar.gz
scummvm-rg350-47a643ce406c9b7cc988c5e7d7c290f55e9526ca.tar.bz2
scummvm-rg350-47a643ce406c9b7cc988c5e7d7c290f55e9526ca.zip
Updates the config version for the new theme to 4 in the warning which is printed if the version is too low.
svn-id: r21393
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 9915707e24..e940740f34 100644
--- a/gui/ThemeNew.cpp
+++ b/gui/ThemeNew.cpp
@@ -173,7 +173,7 @@ _lastUsedBitMask(0), _forceRedraw(false), _font(0), _imageHandles(0), _images(0)
_configFile.getKey("version", "theme", temp);
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);
+ warning("Theme config uses a different version (you have: '%s', needed is: '%d')", temp.c_str(), 4);
return;
}