diff options
Diffstat (limited to 'src/localplayer.cpp')
-rw-r--r-- | src/localplayer.cpp | 2 |
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)); } } |