summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-08-29 01:02:00 +0300
committerAndrei Karas <akaras@inbox.ru>2012-08-29 01:02:00 +0300
commit8173f60c83d176e10412b1dc1191d7987cebdb10 (patch)
treea58654240215f64676ab73850ecb29ee83a04631 /src/gui/theme.cpp
parent46696c84bad31e35e003b5c09998503119b128eb (diff)
downloadplus-8173f60c83d176e10412b1dc1191d7987cebdb10.tar.gz
plus-8173f60c83d176e10412b1dc1191d7987cebdb10.tar.bz2
plus-8173f60c83d176e10412b1dc1191d7987cebdb10.tar.xz
plus-8173f60c83d176e10412b1dc1191d7987cebdb10.zip
Add checkbox own color.
Parameter "CHECKBOX" 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 990f0d41a..723730e2d 100644
--- a/src/gui/theme.cpp
+++ b/src/gui/theme.cpp
@@ -662,6 +662,7 @@ static int readColorType(const std::string &type)
"PROGRESS_BAR",
"BUTTON",
"BUTTON_DISABLED",
+ "CHECKBOX",
"TAB",
"PARTY_CHAT_TAB",
"PARTY_SOCIAL_TAB",