diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-09-08 01:11:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-09-08 01:11:07 +0300 |
commit | 577b75a14fa04b0d78281257ee7f5e3c42be3b7e (patch) | |
tree | 2028a97a20d11b6cef13cee0ab29d0b1f5f471dd /src/gui/widgets | |
parent | 4f3e6ddeae45b7b04b191533e8f6c456fbc207d8 (diff) | |
download | plus-577b75a14fa04b0d78281257ee7f5e3c42be3b7e.tar.gz plus-577b75a14fa04b0d78281257ee7f5e3c42be3b7e.tar.bz2 plus-577b75a14fa04b0d78281257ee7f5e3c42be3b7e.tar.xz plus-577b75a14fa04b0d78281257ee7f5e3c42be3b7e.zip |
Rename colors WHISPER and WHISPER_OFFLINE to WHISPER_TAB and WHISPER_TAB_OFFLINE.
Diffstat (limited to 'src/gui/widgets')
-rw-r--r-- | src/gui/widgets/whispertab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/whispertab.cpp b/src/gui/widgets/whispertab.cpp index bb918e3b3..ae034d8d2 100644 --- a/src/gui/widgets/whispertab.cpp +++ b/src/gui/widgets/whispertab.cpp @@ -39,7 +39,7 @@ WhisperTab::WhisperTab(const std::string &nick) : ChatTab(nick), mNick(nick) { - setTabColor(&Theme::getThemeColor(Theme::WHISPER)); + setTabColor(&Theme::getThemeColor(Theme::WHISPER_TAB)); } WhisperTab::~WhisperTab() |