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

« back to all changes in this revision

Viewing changes to src/actions/rs_actionfilenew.cpp

  • Committer: Package Import Robot
  • Author(s): Scott Howard
  • Date: 2012-02-05 12:55:35 UTC
  • mfrom: (0.2.5)
  • Revision ID: package-import@ubuntu.com-20120205125535-7xz4vbqd8ov9be3w
Tags: 1.0.1+nolibs-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
QAction* RS_ActionFileNew::createGUIAction(RS2::ActionType /*type*/, QObject* parent) {
38
38
        // tr("New Drawing")
39
 
        QAction* action = new QAction(tr("&New..."), parent);
 
39
    QAction* action = new QAction(tr("&New"), parent);
40
40
#if QT_VERSION >= 0x040600
41
41
        action->setIcon(QIcon::fromTheme("document-new", QIcon(":/actions/filenew.png")));
42
42
#else