summaryrefslogtreecommitdiff
path: root/src/gui/setup_other.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-03-11 15:06:25 +0300
committerAndrei Karas <akaras@inbox.ru>2013-03-11 15:06:25 +0300
commita09da2427062c4454bd9691489289d45b3473fda (patch)
tree4a18b8bd20c1339bc3c7e39d8aa59797e2f50a48 /src/gui/setup_other.cpp
parente422b84e253eacdbecdd0e75860de783aeefb1d8 (diff)
downloadplus-a09da2427062c4454bd9691489289d45b3473fda.tar.gz
plus-a09da2427062c4454bd9691489289d45b3473fda.tar.bz2
plus-a09da2427062c4454bd9691489289d45b3473fda.tar.xz
plus-a09da2427062c4454bd9691489289d45b3473fda.zip
Add option to enable/disable weight notifications.
Diffstat (limited to 'src/gui/setup_other.cpp')
-rw-r--r--src/gui/setup_other.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/setup_other.cpp b/src/gui/setup_other.cpp
index 86e4f63bf..4572fe2ed 100644
--- a/src/gui/setup_other.cpp
+++ b/src/gui/setup_other.cpp
@@ -177,6 +177,9 @@ Setup_Other::Setup_Other(const Widget2 *const widget) :
new SetupItemCheckBox(_("Enable advert protocol"), "",
"enableAdvert", this, "enableAdvertEvent");
+ new SetupItemCheckBox(_("Enable weight notifications"), "",
+ "weightMsg", this, "weightMsgEvent");
+
new SetupItemLabel(_("Shop"), "", this);