From 47a643ce406c9b7cc988c5e7d7c290f55e9526ca Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 20 Mar 2006 18:28:35 +0000 Subject: 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 --- gui/ThemeNew.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/ThemeNew.cpp') 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; } -- cgit v1.2.3