summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/setup_other.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-11-23 22:38:33 +0300
committerAndrei Karas <akaras@inbox.ru>2013-11-23 22:38:33 +0300
commitc5327f3b1d10171ff2a97546ea49e350b1725c24 (patch)
tree2cd1ada4c5db1ad3452bcf7aca9c424c0ed848d2 /src/gui/widgets/tabs/setup_other.cpp
parentdb1e60556c72b1b87ff2a384c556ccca724c46d6 (diff)
parent6bed768bc416eed0212b62e70731d2c40cd1b69b (diff)
downloadplus-c5327f3b1d10171ff2a97546ea49e350b1725c24.tar.gz
plus-c5327f3b1d10171ff2a97546ea49e350b1725c24.tar.bz2
plus-c5327f3b1d10171ff2a97546ea49e350b1725c24.tar.xz
plus-c5327f3b1d10171ff2a97546ea49e350b1725c24.zip
Merge branch 'master' into stable
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 b59edfd4a..b03cf5f41 100644
--- a/src/gui/widgets/tabs/setup_other.cpp
+++ b/src/gui/widgets/tabs/setup_other.cpp
@@ -168,6 +168,10 @@ Setup_Other::Setup_Other(const Widget2 *const widget) :
new SetupItemCheckBox(_("Auto resize minimaps"), "", "autoresizeminimaps",
this, "autoresizeminimapsEvent");
+ // TRANSLATORS: settings option
+ new SetupItemCheckBox(_("Play map animations"), "", "playMapAnimations",
+ this, "playMapAnimationsEvent");
+
// TRANSLATORS: settings group
new SetupItemLabel(_("Moving"), "", this);