summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/chat/gmtab.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-12 16:21:11 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-12 16:21:11 +0300
commit2e8e53fb5e3f2ba7d0d4f55b0c6705d12ec8efa9 (patch)
tree95eabbcc64c3420f3b40110ee84e21bebf9bd557 /src/gui/widgets/tabs/chat/gmtab.cpp
parent1d689e6492993a66935c7b36ff9827f6c170e166 (diff)
downloadplus-2e8e53fb5e3f2ba7d0d4f55b0c6705d12ec8efa9.tar.gz
plus-2e8e53fb5e3f2ba7d0d4f55b0c6705d12ec8efa9.tar.bz2
plus-2e8e53fb5e3f2ba7d0d4f55b0c6705d12ec8efa9.tar.xz
plus-2e8e53fb5e3f2ba7d0d4f55b0c6705d12ec8efa9.zip
Add log file name into chattab.
Diffstat (limited to 'src/gui/widgets/tabs/chat/gmtab.cpp')
-rw-r--r--src/gui/widgets/tabs/chat/gmtab.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/gui/widgets/tabs/chat/gmtab.cpp b/src/gui/widgets/tabs/chat/gmtab.cpp
index 567aeeb4a..db1e6a98d 100644
--- a/src/gui/widgets/tabs/chat/gmtab.cpp
+++ b/src/gui/widgets/tabs/chat/gmtab.cpp
@@ -30,7 +30,7 @@ GmTab *gmChatTab = nullptr;
GmTab::GmTab(const Widget2 *const widget) :
// TRANSLATORS: gb tab name
- ChatTab(widget, _("GM"), "", ChatTabType::GM)
+ ChatTab(widget, _("GM"), "", "#GM", ChatTabType::GM)
{
setTabColors(Theme::GM_CHAT_TAB);
}
@@ -48,12 +48,6 @@ void GmTab::handleCommand(const std::string &msg A_UNUSED)
{
}
-void GmTab::saveToLogFile(const std::string &msg) const
-{
- if (chatLogger)
- chatLogger->log("#GM", msg);
-}
-
void GmTab::getAutoCompleteList(StringVect &names A_UNUSED) const
{
}