diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-03 16:01:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-03 16:01:15 +0300 |
commit | e183ff2fa9bfc3c9f61130209e191dae4ce2a886 (patch) | |
tree | 002f0512213543681e9ab710745bc72bfe227f89 /src/gui/widgets/tabs | |
parent | d155816b5c271a0ed549e19128a54ef2f4a7a72a (diff) | |
download | plus-e183ff2fa9bfc3c9f61130209e191dae4ce2a886.tar.gz plus-e183ff2fa9bfc3c9f61130209e191dae4ce2a886.tar.bz2 plus-e183ff2fa9bfc3c9f61130209e191dae4ce2a886.tar.xz plus-e183ff2fa9bfc3c9f61130209e191dae4ce2a886.zip |
Add option in settings to allow enable/disable sell spam filter.
Diffstat (limited to 'src/gui/widgets/tabs')
-rw-r--r-- | src/gui/widgets/tabs/setup_chat.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/widgets/tabs/setup_chat.cpp b/src/gui/widgets/tabs/setup_chat.cpp index a25613d27..a005524c2 100644 --- a/src/gui/widgets/tabs/setup_chat.cpp +++ b/src/gui/widgets/tabs/setup_chat.cpp @@ -275,6 +275,10 @@ Setup_Chat::Setup_Chat(const Widget2 *const widget) : "less usable space for text."), "hideChatInput", this, "hideChatInputEvent"); + // TRANSLATORS: settings option + new SetupItemCheckBox(_("Enable trade spam filter"), + "", "enableTradeFilter", this, "enableTradeFilterEvent"); + // TRANSLATORS: settings group new SetupItemLabel(_("Time"), "", this); |