From dc706af3765b75330e4e7c557ea3e4cf1f119631 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 5 Sep 2015 02:13:29 +0300 Subject: Add option for enable manamarket intergration and support /mail command. (for tmw only). But because bot limitation, only some players can send mails. --- src/gui/widgets/tabs/setup_other.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/gui/widgets') 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); -- cgit v1.2.3-60-g2f50