diff options
-rw-r--r-- | gui/theme.h | 2 | ||||
-rw-r--r-- | gui/themes/classic080.ini | 2 | ||||
-rw-r--r-- | gui/themes/modern.ini | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gui/theme.h b/gui/theme.h index e64b65645c..b3286d3d48 100644 --- a/gui/theme.h +++ b/gui/theme.h @@ -35,7 +35,7 @@ #include "graphics/surface.h" #include "graphics/fontman.h" -#define THEME_VERSION 21 +#define THEME_VERSION 22 namespace GUI { diff --git a/gui/themes/classic080.ini b/gui/themes/classic080.ini index ee08952990..481d00c27a 100644 --- a/gui/themes/classic080.ini +++ b/gui/themes/classic080.ini @@ -1,7 +1,7 @@ # $URL$ # $Id$ [theme] -version=21 +version=22 type=classic name=Classic (ScummVM 0.8.0) diff --git a/gui/themes/modern.ini b/gui/themes/modern.ini index e40a2035a6..9c4815f642 100644 --- a/gui/themes/modern.ini +++ b/gui/themes/modern.ini @@ -1,7 +1,7 @@ # $URL$ # $Id$ [theme] -version=21 +version=22 type=modern name=Modern Style |