From fce18c2e13392c4e347c821e56381cd19afb7ef4 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 20 Mar 2006 12:32:55 +0000 Subject: Bump theme config version number to avod confusion. A key was added there, but I didn't bump it last time. svn-id: r21391 --- 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 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; -- cgit v1.2.3