diff options
Diffstat (limited to 'gui/ThemeNew.cpp')
| -rw-r--r-- | gui/ThemeNew.cpp | 2 | 
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;  	}  | 
