summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-08-29 01:49:15 +0300
committerAndrei Karas <akaras@inbox.ru>2012-08-29 01:49:15 +0300
commit82abefd7567f361311b62cd96a0e9e738e233beb (patch)
tree37dbd6406074a89d01a8c2380d88bc7033e9d497 /src/gui/theme.cpp
parent6b6d627f2c95d29d576c90def4764869ea1fa2fb (diff)
downloadplus-82abefd7567f361311b62cd96a0e9e738e233beb.tar.gz
plus-82abefd7567f361311b62cd96a0e9e738e233beb.tar.bz2
plus-82abefd7567f361311b62cd96a0e9e738e233beb.tar.xz
plus-82abefd7567f361311b62cd96a0e9e738e233beb.zip
Add textfield own color.
Parameter "TEXTFIELD" 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 cc9116cdd..9aa920bc7 100644
--- a/src/gui/theme.cpp
+++ b/src/gui/theme.cpp
@@ -669,6 +669,7 @@ static int readColorType(const std::string &type)
"RADIOBUTTON",
"TAB",
"TEXTBOX",
+ "TEXTFIELD",
"PARTY_CHAT_TAB",
"PARTY_SOCIAL_TAB",
"GUILD_CHAT_TAB",