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

« back to all changes in this revision

Viewing changes to src/actions/rs_actionlayersadd.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:
38
38
 
39
39
 
40
40
QAction* RS_ActionLayersAdd::createGUIAction(RS2::ActionType /*type*/, QObject* /*parent*/) {
41
 
    QAction* action = new QAction(tr("Add Layer"), NULL);
 
41
    QAction* action = new QAction(tr("&Add Layer"), NULL);
42
42
    //action->zetStatusTip(tr("Add Layer"));
43
43
        action->setIcon(QIcon(":/ui/layeradd.png"));
44
44
    return action;