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

« back to all changes in this revision

Viewing changes to src/gui/charselectdialog.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:
61
61
            ConfirmDialog(_("Confirm Character Delete"),
62
62
                          // TRANSLATORS: char deletion message
63
63
                          _("Are you sure you want to delete this character?"),
64
 
                          false, false, m),
 
64
                          SOUND_REQUEST, false, false, m),
65
65
            mMaster(m),
66
66
            mIndex(index)
67
67
        {
482
482
        if (mCharacterEntries[characterSlot])
483
483
            mCharacterEntries[characterSlot]->setCharacter(character);
484
484
    }
 
485
 
 
486
    updateState();
485
487
}
486
488
 
487
489
void CharSelectDialog::lock()