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/gui/widgets/whispertab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/whispertab.cpp') diff --git a/src/gui/widgets/whispertab.cpp b/src/gui/widgets/whispertab.cpp index 58219f019..95c2fa505 100644 --- a/src/gui/widgets/whispertab.cpp +++ b/src/gui/widgets/whispertab.cpp @@ -34,7 +34,7 @@ #include "debug.h" WhisperTab::WhisperTab(const Widget2 *const widget, const std::string &nick) : - ChatTab(widget, nick), + ChatTab(widget, nick, ""), mNick(nick) { setWhisperTabColors(); -- cgit v1.2.3-70-g09d2