summaryrefslogtreecommitdiff
path: root/src/gui/setup_chat.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-02-19 00:43:41 +0300
committerAndrei Karas <akaras@inbox.ru>2013-02-19 00:43:41 +0300
commit2a09c2afe8bd1f476ef1901c9c639896534a081c (patch)
tree89a87faffaf2792cae734c97a1eb01772b996d70 /src/gui/setup_chat.cpp
parente63b10c3a63d93b9a6dfa144624fea8610d7768c (diff)
downloadplus-2a09c2afe8bd1f476ef1901c9c639896534a081c.tar.gz
plus-2a09c2afe8bd1f476ef1901c9c639896534a081c.tar.bz2
plus-2a09c2afe8bd1f476ef1901c9c639896534a081c.tar.xz
plus-2a09c2afe8bd1f476ef1901c9c639896534a081c.zip
Add option to enable/disable gm tab.
Enabled by default.
Diffstat (limited to 'src/gui/setup_chat.cpp')
-rw-r--r--src/gui/setup_chat.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/setup_chat.cpp b/src/gui/setup_chat.cpp
index bb0ab0096..63777a9a5 100644
--- a/src/gui/setup_chat.cpp
+++ b/src/gui/setup_chat.cpp
@@ -116,6 +116,9 @@ Setup_Chat::Setup_Chat(const Widget2 *const widget) :
new SetupItemCheckBox(_("Enable trade tab"), "",
"enableTradeTab", this, "enableTradeTabEvent");
+ new SetupItemCheckBox(_("Enable gm tab"), "",
+ "enableGmTab", this, "enableGmTabEvent");
+
new SetupItemCheckBox(_("Enable battle tab"), "",
"enableBattleTab", this, "enableBattleTabEvent");