diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-08-29 01:38:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-08-29 01:38:59 +0300 |
commit | 36293c710cf8a6da0f8ed6340731812c90885dc7 (patch) | |
tree | 8a95ea540ff1c30bf609559abee5dd13952f4f06 /src/gui/theme.h | |
parent | 12b59d229f700b6e1b2364407d83bebfc83df907 (diff) | |
download | plus-36293c710cf8a6da0f8ed6340731812c90885dc7.tar.gz plus-36293c710cf8a6da0f8ed6340731812c90885dc7.tar.bz2 plus-36293c710cf8a6da0f8ed6340731812c90885dc7.tar.xz plus-36293c710cf8a6da0f8ed6340731812c90885dc7.zip |
Add radiobutton own color.
Parameter "RADIOBUTTON" in colors.xml
Diffstat (limited to 'src/gui/theme.h')
-rw-r--r-- | src/gui/theme.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/theme.h b/src/gui/theme.h index 7705388fb..dcafd75e6 100644 --- a/src/gui/theme.h +++ b/src/gui/theme.h @@ -174,6 +174,7 @@ class Theme : public Palette, public ConfigListener DROPDOWN, LABEL, LISTBOX, + RADIOBUTTON, TAB, PARTY_CHAT_TAB, PARTY_SOCIAL_TAB, |