summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/setup_other.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-03-26 00:29:02 +0300
committerAndrei Karas <akaras@inbox.ru>2014-03-26 00:29:02 +0300
commit0c6809ad24bce28c8ae587d646c0287be88de101 (patch)
treedf4412be46ae8f4e76be719079ccccc87ccc5223 /src/gui/widgets/tabs/setup_other.cpp
parent3d2dfc097a0967eb31f738c7005d08552b17d614 (diff)
downloadplus-0c6809ad24bce28c8ae587d646c0287be88de101.tar.gz
plus-0c6809ad24bce28c8ae587d646c0287be88de101.tar.bz2
plus-0c6809ad24bce28c8ae587d646c0287be88de101.tar.xz
plus-0c6809ad24bce28c8ae587d646c0287be88de101.zip
Add option to hide support page link in error dialog.
Diffstat (limited to 'src/gui/widgets/tabs/setup_other.cpp')
-rw-r--r--src/gui/widgets/tabs/setup_other.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/widgets/tabs/setup_other.cpp b/src/gui/widgets/tabs/setup_other.cpp
index e4801506c..ad1f60c8b 100644
--- a/src/gui/widgets/tabs/setup_other.cpp
+++ b/src/gui/widgets/tabs/setup_other.cpp
@@ -334,6 +334,10 @@ Setup_Other::Setup_Other(const Widget2 *const widget) :
"serverAttack", this, "serverAttackEvent");
// TRANSLATORS: settings option
+ new SetupItemCheckBox(_("Hide support page link on error"), "",
+ "hidesupport", this, "hidesupportEvent");
+
+ // TRANSLATORS: settings option
new SetupItemCheckBox(_("Enable double clicks"), "",
"doubleClick", this, "doubleClickEvent");