summaryrefslogtreecommitdiff
path: root/src/localplayer.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-09-08 01:11:07 +0300
committerAndrei Karas <akaras@inbox.ru>2012-09-08 01:11:07 +0300
commit577b75a14fa04b0d78281257ee7f5e3c42be3b7e (patch)
tree2028a97a20d11b6cef13cee0ab29d0b1f5f471dd /src/localplayer.cpp
parent4f3e6ddeae45b7b04b191533e8f6c456fbc207d8 (diff)
downloadmv-577b75a14fa04b0d78281257ee7f5e3c42be3b7e.tar.gz
mv-577b75a14fa04b0d78281257ee7f5e3c42be3b7e.tar.bz2
mv-577b75a14fa04b0d78281257ee7f5e3c42be3b7e.tar.xz
mv-577b75a14fa04b0d78281257ee7f5e3c42be3b7e.zip
Rename colors WHISPER and WHISPER_OFFLINE to WHISPER_TAB and WHISPER_TAB_OFFLINE.
Diffstat (limited to 'src/localplayer.cpp')
-rw-r--r--src/localplayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/localplayer.cpp b/src/localplayer.cpp
index cba78a449..0521a170d 100644
--- a/src/localplayer.cpp
+++ b/src/localplayer.cpp
@@ -4164,7 +4164,7 @@ void LocalPlayer::checkNewName(Being *const being)
{
ChatTab *const tab = chatWindow->getWhisperTab(nick);
if (tab)
- tab->setTabColor(&Theme::getThemeColor(Theme::WHISPER));
+ tab->setTabColor(&Theme::getThemeColor(Theme::WHISPER_TAB));
}
}