~ubuntu-branches/debian/sid/librecad/sid

« back to all changes in this revision

Viewing changes to src/actions/rs_actionlayersremove.cpp

  • Committer: Package Import Robot
  • Author(s): Scott Howard
  • Date: 2011-12-17 20:08:57 UTC
  • mfrom: (0.2.4)
  • Revision ID: package-import@ubuntu.com-20111217200857-r9wmynaloj230qm1
Tags: 1.0.0+nolibs-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
QAction* RS_ActionLayersRemove::createGUIAction(RS2::ActionType /*type*/, QObject* /*parent*/) {
41
41
        // tr("&Remove Layer")
42
 
    QAction* action = new QAction(tr("Remove Layer"), NULL);
 
42
    QAction* action = new QAction(tr("&Remove Layer"), NULL);
43
43
    //action->zetStatusTip(tr("Remove Layer"));
44
44
        action->setIcon(QIcon(":/ui/layerremove.png"));
45
45
    return action;