diff options
author | Eugene Sandulenko | 2006-03-24 01:26:25 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-03-24 01:26:25 +0000 |
commit | a9b174abb3a8236272ad7ba68c4364b85e0a8063 (patch) | |
tree | a253e7c020eda1698b32cd7254b70c124457538a | |
parent | 819033b6499cf2cbfacb167d8e7317bfde86ad94 (diff) | |
download | scummvm-rg350-a9b174abb3a8236272ad7ba68c4364b85e0a8063.tar.gz scummvm-rg350-a9b174abb3a8236272ad7ba68c4364b85e0a8063.tar.bz2 scummvm-rg350-a9b174abb3a8236272ad7ba68c4364b85e0a8063.zip |
Bump theme version number
svn-id: r21421
-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 2008d3ed2c..4a5422a0a2 100644 --- a/gui/ThemeNew.cpp +++ b/gui/ThemeNew.cpp @@ -36,7 +36,7 @@ #define kShadowTr3 64 #define kShadowTr4 128 -#define THEME_VERSION 4 +#define THEME_VERSION 5 using Graphics::Surface; |