summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-08-29 01:44:12 +0300
committerAndrei Karas <akaras@inbox.ru>2012-08-29 01:44:12 +0300
commit6b6d627f2c95d29d576c90def4764869ea1fa2fb (patch)
tree790e2e4a35baed020f3d7c8ea82693e3a3753036 /src/gui/theme.cpp
parent36293c710cf8a6da0f8ed6340731812c90885dc7 (diff)
downloadplus-6b6d627f2c95d29d576c90def4764869ea1fa2fb.tar.gz
plus-6b6d627f2c95d29d576c90def4764869ea1fa2fb.tar.bz2
plus-6b6d627f2c95d29d576c90def4764869ea1fa2fb.tar.xz
plus-6b6d627f2c95d29d576c90def4764869ea1fa2fb.zip
Add textbox own color.
Parameter "TEXTBOX" in colors.xml
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r--src/gui/theme.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp
index ce439903b..cc9116cdd 100644
--- a/src/gui/theme.cpp
+++ b/src/gui/theme.cpp
@@ -668,6 +668,7 @@ static int readColorType(const std::string &type)
"LISTBOX",
"RADIOBUTTON",
"TAB",
+ "TEXTBOX",
"PARTY_CHAT_TAB",
"PARTY_SOCIAL_TAB",
"GUILD_CHAT_TAB",