summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/setup_other.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-05 02:13:29 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-05 02:13:29 +0300
commitdc706af3765b75330e4e7c557ea3e4cf1f119631 (patch)
tree183a32a615ba1b2d8450474cfc829828bc5831de /src/gui/widgets/tabs/setup_other.cpp
parent92232a86a44bd31701f0f7957a46f40e89ef4b92 (diff)
downloadplus-dc706af3765b75330e4e7c557ea3e4cf1f119631.tar.gz
plus-dc706af3765b75330e4e7c557ea3e4cf1f119631.tar.bz2
plus-dc706af3765b75330e4e7c557ea3e4cf1f119631.tar.xz
plus-dc706af3765b75330e4e7c557ea3e4cf1f119631.zip
Add option for enable manamarket intergration and support /mail command. (for tmw only).
But because bot limitation, only some players can send mails.
Diffstat (limited to 'src/gui/widgets/tabs/setup_other.cpp')
-rw-r--r--src/gui/widgets/tabs/setup_other.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/widgets/tabs/setup_other.cpp b/src/gui/widgets/tabs/setup_other.cpp
index afa0e9987..4e86abd8c 100644
--- a/src/gui/widgets/tabs/setup_other.cpp
+++ b/src/gui/widgets/tabs/setup_other.cpp
@@ -295,6 +295,11 @@ Setup_Other::Setup_Other(const Widget2 *const widget) :
"guild support"), "", "enableGuildBot", this,
"enableGuildBotEvent", false);
+ // TRANSLATORS: settings option
+ new SetupItemCheckBox(_("Enable manamarket bot bot support"),
+ "", "enableManaMarketBot", this,
+ "enableManaMarketBotEvent", false);
+
// TRANSLATORS: settings group
new SetupItemLabel(_("Keyboard"), "", this);