diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-05 02:13:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-05 02:13:29 +0300 |
commit | dc706af3765b75330e4e7c557ea3e4cf1f119631 (patch) | |
tree | 183a32a615ba1b2d8450474cfc829828bc5831de /src/gui/widgets/tabs | |
parent | 92232a86a44bd31701f0f7957a46f40e89ef4b92 (diff) | |
download | mv-dc706af3765b75330e4e7c557ea3e4cf1f119631.tar.gz mv-dc706af3765b75330e4e7c557ea3e4cf1f119631.tar.bz2 mv-dc706af3765b75330e4e7c557ea3e4cf1f119631.tar.xz mv-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')
-rw-r--r-- | src/gui/widgets/tabs/setup_other.cpp | 5 |
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); |