From 0c6809ad24bce28c8ae587d646c0287be88de101 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 26 Mar 2014 00:29:02 +0300 Subject: Add option to hide support page link in error dialog. --- src/gui/widgets/tabs/setup_other.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gui/widgets/tabs/setup_other.cpp') 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 @@ -333,6 +333,10 @@ Setup_Other::Setup_Other(const Widget2 *const widget) : new SetupItemCheckBox(_("Enable server side attack"), "", "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"); -- cgit v1.2.3-60-g2f50