aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeEngine.h
diff options
context:
space:
mode:
authorJohannes Schickel2011-03-01 04:18:13 +0100
committerJohannes Schickel2011-03-01 04:20:32 +0100
commit2d46c9b6a212edb6243da63dc1f721c50406fc2a (patch)
treec93487567493bd1cd6cdc3cba396a825335f8aec /gui/ThemeEngine.h
parentd05428015eae456b74d47d2f70642a3ed7492f99 (diff)
downloadscummvm-rg350-2d46c9b6a212edb6243da63dc1f721c50406fc2a.tar.gz
scummvm-rg350-2d46c9b6a212edb6243da63dc1f721c50406fc2a.tar.bz2
scummvm-rg350-2d46c9b6a212edb6243da63dc1f721c50406fc2a.zip
GUI: Increment theme version.
With 50a682e7e1c69082735a07b2261d1c0c61ac12c9 we changed the resolution string in a way which is incompatible with old resolution strings, thus all old theme files are not usable anymore and will cause problems. To avoid that we just increase the version string and thus it is not possible to use them anymore.
Diffstat (limited to 'gui/ThemeEngine.h')
-rw-r--r--gui/ThemeEngine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ThemeEngine.h b/gui/ThemeEngine.h
index 2a3964a8ff..78ea06f3b6 100644
--- a/gui/ThemeEngine.h
+++ b/gui/ThemeEngine.h
@@ -32,7 +32,7 @@
#include "graphics/surface.h"
#include "graphics/font.h"
-#define SCUMMVM_THEME_VERSION_STR "SCUMMVM_STX0.8.2"
+#define SCUMMVM_THEME_VERSION_STR "SCUMMVM_STX0.8.3"
namespace Graphics {
struct DrawStep;