diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-06 12:28:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-06 12:28:37 +0300 |
commit | ee13b712f0c9a285baf7a43e6d58b367dd6145f1 (patch) | |
tree | 6dff1003d5b75195578eec39ea6d44337f4744e4 /src/gui/theme.cpp | |
parent | 0ea8c99f68bf6af25776914af324cb1c7632bc54 (diff) | |
download | plus-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.cpp | 1 |
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", |