summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-05-06 12:28:37 +0300
committerAndrei Karas <akaras@inbox.ru>2013-05-06 12:28:37 +0300
commitee13b712f0c9a285baf7a43e6d58b367dd6145f1 (patch)
tree6dff1003d5b75195578eec39ea6d44337f4744e4 /src/gui/theme.cpp
parent0ea8c99f68bf6af25776914af324cb1c7632bc54 (diff)
downloadplus-ee13b712f0c9a285baf7a43e6d58b367dd6145f1.tar.gz
plus-ee13b712f0c9a285baf7a43e6d58b367dd6145f1.tar.bz2
plus-ee13b712f0c9a285baf7a43e6d58b367dd6145f1.tar.xz
plus-ee13b712f0c9a285baf7a43e6d58b367dd6145f1.zip
add outline color to radio button.
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 0babc9dbb..9ed1f44a5 100644
--- a/src/gui/theme.cpp
+++ b/src/gui/theme.cpp
@@ -798,6 +798,7 @@ static int readColorType(const std::string &type)
"LISTBOX_SELECTED",
"LISTBOX_SELECTED_OUTLINE",
"RADIOBUTTON",
+ "RADIOBUTTON_OUTLINE",
"POPUP",
"POPUP_OUTLINE",
"TAB",