aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeEngine.h
diff options
context:
space:
mode:
authorThierry Crozat2018-07-13 07:58:10 +0100
committerThierry Crozat2018-07-13 07:58:10 +0100
commit788574e751f89096ba580306818e5d999db9c016 (patch)
treead0db813645be44c250c80eea8ea84c5c5d13c5e /gui/ThemeEngine.h
parent55109eac0c790fe50643b0a8d10235bb1d96769d (diff)
downloadscummvm-rg350-788574e751f89096ba580306818e5d999db9c016.tar.gz
scummvm-rg350-788574e751f89096ba580306818e5d999db9c016.tar.bz2
scummvm-rg350-788574e751f89096ba580306818e5d999db9c016.zip
GUI: Bump theme version
I meant to, but forgot, to do it when adding the stretch factor to the Options dialog. Doing it now should prevent from using older themes that do not have the position for this widget.
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 984ac0f083..ec6d3499f2 100644
--- a/gui/ThemeEngine.h
+++ b/gui/ThemeEngine.h
@@ -37,7 +37,7 @@
#include "graphics/pixelformat.h"
-#define SCUMMVM_THEME_VERSION_STR "SCUMMVM_STX0.8.23"
+#define SCUMMVM_THEME_VERSION_STR "SCUMMVM_STX0.8.24"
class OSystem;