From 4fb756ef90981a90ae31446c1c094bf88e24d045 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 27 Mar 2014 12:38:32 +0300 Subject: Add option to show/hide server side position. By default server side position is hidden, before it was always visible. --- src/gui/widgets/tabs/setup_other.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gui') diff --git a/src/gui/widgets/tabs/setup_other.cpp b/src/gui/widgets/tabs/setup_other.cpp index ad1f60c8b..12cb614cd 100644 --- a/src/gui/widgets/tabs/setup_other.cpp +++ b/src/gui/widgets/tabs/setup_other.cpp @@ -181,6 +181,10 @@ Setup_Other::Setup_Other(const Widget2 *const widget) : new SetupItemCheckBox(_("Auto fix position"), "", "autofixPos", this, "autofixPosEvent"); + // TRANSLATORS: settings option + new SetupItemCheckBox(_("Show server side position"), "", + "showserverpos", this, "showserverposEvent"); + // TRANSLATORS: settings option new SetupItemCheckBox(_("Attack while moving"), "", "attackMoving", this, "attackMovingEvent"); -- cgit v1.2.3-60-g2f50