diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-03-26 00:29:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-03-26 00:29:02 +0300 |
commit | 0c6809ad24bce28c8ae587d646c0287be88de101 (patch) | |
tree | df4412be46ae8f4e76be719079ccccc87ccc5223 /src/gui/widgets/tabs/setup_other.cpp | |
parent | 3d2dfc097a0967eb31f738c7005d08552b17d614 (diff) | |
download | plus-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.cpp | 4 |
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"); |