diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-08-29 01:33:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-08-29 01:33:26 +0300 |
commit | 12b59d229f700b6e1b2364407d83bebfc83df907 (patch) | |
tree | 4409330b0c0052f2f6ce3ac41a9982f666dccbdf /src/gui/theme.cpp | |
parent | 82e111b764205e9f070c2af0562433800b9eabea (diff) | |
download | ManaVerse-12b59d229f700b6e1b2364407d83bebfc83df907.tar.gz ManaVerse-12b59d229f700b6e1b2364407d83bebfc83df907.tar.bz2 ManaVerse-12b59d229f700b6e1b2364407d83bebfc83df907.tar.xz ManaVerse-12b59d229f700b6e1b2364407d83bebfc83df907.zip |
Add listbox own color.
Parameter "LISTBOX" in colors.xml
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r-- | src/gui/theme.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index e98534da8..bf811d3fb 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -665,6 +665,7 @@ static int readColorType(const std::string &type) "CHECKBOX", "DROPDOWN", "LABEL", + "LISTBOX", "TAB", "PARTY_CHAT_TAB", "PARTY_SOCIAL_TAB", |