~ubuntu-branches/ubuntu/trusty/krusader/trusty

« back to all changes in this revision

Viewing changes to krusader/ActionMan/actionproperty.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-08-08 13:47:36 UTC
  • mfrom: (1.2.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20110808134736-8e630ivgd2c3sgg5
Tags: 1:2.4.0~beta1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
522
522
        if (krApp->actionCollection()->action(leDistinctName->text())) {
523
523
            KMessageBox::error(this,
524
524
                               i18n("There already is an action with this name\n"
525
 
                                    "If you do not have such an useraction the name is used by Krusader for an internal action")
 
525
                                    "If you do not have such a useraction the name is used by Krusader for an internal action")
526
526
                              );
527
527
            leDistinctName->setFocus();
528
528
            return false;