mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Remove Print Composer Template items from Mac menu (addendum to r9410).
git-svn-id: http://svn.osgeo.org/qgis/trunk@9413 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
2db2d87bb1
commit
21d3827492
@ -131,10 +131,7 @@ QgsComposer::QgsComposer( QgisApp *qgis ): QMainWindow()
|
||||
appMenu->addAction( QgisApp::instance()->actionOptions() );
|
||||
|
||||
QMenu *fileMenu = menuBar()->addMenu( tr( "File" ) );
|
||||
fileMenu->addAction( mActionOpenTemplate );
|
||||
fileMenu->addSeparator();
|
||||
QAction *closeAction = fileMenu->addAction( tr( "Close" ), this, SLOT( close() ), tr( "Ctrl+W" ) );
|
||||
fileMenu->addAction( mActionSaveTemplateAs );
|
||||
fileMenu->addAction( mActionExportAsImage );
|
||||
fileMenu->addAction( mActionExportAsSVG );
|
||||
fileMenu->addSeparator();
|
||||
|
Loading…
x
Reference in New Issue
Block a user