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

« back to all changes in this revision

Viewing changes to src/gui/textcommandeditor.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-07-11 10:09:41 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20130711100941-f0rwuvcwgl8ulqo8
Tags: 1.3.7.7.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
173
173
    gcn::ActionListener(),
174
174
    mIsMagicCommand(command->getCommandType() == TEXT_COMMAND_MAGIC),
175
175
    mCommand(command),
176
 
    mAdvanced(false),
177
176
    // TRANSLATORS: command editor button
178
177
    mIsMagic(new RadioButton(this, _("magic"), "magic", mIsMagicCommand)),
179
178
    // TRANSLATORS: command editor button