~ubuntu-branches/ubuntu/trusty/manaplus/trusty

« back to all changes in this revision

Viewing changes to src/gui/widgets/tabs/setup_other.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-12-02 13:52:14 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20131202135214-75nrorshqrxju2av
Tags: 1.3.11.24-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
    new SetupItemCheckBox(_("Auto resize minimaps"), "", "autoresizeminimaps",
169
169
        this, "autoresizeminimapsEvent");
170
170
 
 
171
    // TRANSLATORS: settings option
 
172
    new SetupItemCheckBox(_("Play map animations"), "", "playMapAnimations",
 
173
        this, "playMapAnimationsEvent");
 
174
 
171
175
 
172
176
    // TRANSLATORS: settings group
173
177
    new SetupItemLabel(_("Moving"), "", this);