diff options
-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", |