diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-05 23:36:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-05 23:36:56 +0300 |
commit | 2f1650a30d6f3d2f69f09ee1ad3258fc8b0c7e32 (patch) | |
tree | 1cd733466daba2b55aff5aaf9e90245d0b1f3c9b /src/gui/theme.cpp | |
parent | 180de8ec6d87d2db1952a834fb1634db57b43fe3 (diff) | |
download | ManaVerse-2f1650a30d6f3d2f69f09ee1ad3258fc8b0c7e32.tar.gz ManaVerse-2f1650a30d6f3d2f69f09ee1ad3258fc8b0c7e32.tar.bz2 ManaVerse-2f1650a30d6f3d2f69f09ee1ad3258fc8b0c7e32.tar.xz ManaVerse-2f1650a30d6f3d2f69f09ee1ad3258fc8b0c7e32.zip |
dehardcode status bar colors (yellow bar).
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r-- | src/gui/theme.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index 76b5e5c7b..c5d358cab 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -910,7 +910,9 @@ static int readColorType(const std::string &type) "GRAY", "GRAY_OUTLINE", "BROWN", - "BROWN_OUTLINE" + "BROWN_OUTLINE", + "STATUSBAR_ON", + "STATUSBAR_OFF" }; if (type.empty()) |