summaryrefslogtreecommitdiff
path: root/src/gui/widgets/gmtab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/gmtab.cpp')
-rw-r--r--src/gui/widgets/gmtab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/gmtab.cpp b/src/gui/widgets/gmtab.cpp
index d129c9043..9a28622a9 100644
--- a/src/gui/widgets/gmtab.cpp
+++ b/src/gui/widgets/gmtab.cpp
@@ -32,7 +32,7 @@
#include "debug.h"
GmTab::GmTab(const Widget2 *const widget) :
- ChatTab(widget, _("GM"))
+ ChatTab(widget, _("GM"), "")
{
setTabColor(&getThemeColor(Theme::GM_CHAT_TAB),
&getThemeColor(Theme::GM_CHAT_TAB_OUTLINE));