Skip to content

Commit a10a599

Browse files
author
mhugent
committed
fixed 'save project as...' item
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4930 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 180fa90 commit a10a599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/qgisapp.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ void QgisApp::createActions()
382382
mActionFileSaveAs= new QAction(QIcon(myIconPath+"/mActionFileSaveAs.png"), tr("Save Project &As..."), this);
383383
mActionFileSaveAs->setShortcut(tr("Ctrl+A"));
384384
mActionFileSaveAs->setStatusTip(tr("Save Project under a new name"));
385-
connect(mActionFileSaveAs, SIGNAL(triggered()), this, SLOT(fileSaveAS()));
385+
connect(mActionFileSaveAs, SIGNAL(triggered()), this, SLOT(fileSaveAs()));
386386
//
387387
mActionFilePrint= new QAction(QIcon(myIconPath+"/mActionFilePrint.png"), tr("&Print"), this);
388388
mActionFilePrint->setShortcut(tr("Ctrl+P"));

0 commit comments

Comments
 (0)