diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-09-09 23:39:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-09-09 23:39:43 +0300 |
commit | 3e6e18339748880c2038e1ea63ea36c540288f3c (patch) | |
tree | 8e8354ef532561f63cba8631a1eb4fac7ddf7afd /src/gui | |
parent | 0cec4fa69c575f69015f37686f1e010d09f2ec48 (diff) | |
download | plus-3e6e18339748880c2038e1ea63ea36c540288f3c.tar.gz plus-3e6e18339748880c2038e1ea63ea36c540288f3c.tar.bz2 plus-3e6e18339748880c2038e1ea63ea36c540288f3c.tar.xz plus-3e6e18339748880c2038e1ea63ea36c540288f3c.zip |
Fix offline player chat tab colors.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/theme.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index 113f313c3..578717b57 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -718,9 +718,9 @@ static int readColorType(const std::string &type) "WHISPER_TAB", "WHISPER_TAB_OFFLINE", "WHISPER_TAB_HIGHLIGHTED", - "WHISPER_TAB_OFFLINEB_HIGHLIGHTED", + "WHISPER_TAB_OFFLINE_HIGHLIGHTED", "WHISPER_TAB_SELECTED", - "WHISPER_TAB_OFFLINEB_SELECTED", + "WHISPER_TAB_OFFLINE_SELECTED", "IS", "SERVER", "LOGGER", |