From c483cf600e74e7d38a7c0cc7d80435e97040c76c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 20 Mar 2013 12:19:11 +0300 Subject: Add channel name to chat tabs. --- src/game.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index c614a96ac..d2537c091 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -252,12 +252,12 @@ static void createGuiWindows() if (serverVersion >= 6) questsWindow = new QuestsWindow; - localChatTab = new ChatTab(chatWindow, _("General")); + localChatTab = new ChatTab(chatWindow, _("General"), GENERAL_CHANNEL); localChatTab->setAllowHighlight(false); if (config.getBoolValue("showChatHistory")) localChatTab->loadFromLogFile("#General"); - debugChatTab = new ChatTab(chatWindow, _("Debug")); + debugChatTab = new ChatTab(chatWindow, _("Debug"), ""); debugChatTab->setAllowHighlight(false); if (config.getBoolValue("enableTradeTab")) -- cgit v1.2.3-60-g2f50