Skip to content

Commit df032fe

Browse files
author
mhugent
committed
Move composers menu into the file menu
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11869 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent be0b236 commit df032fe

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/app/qgisapp.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,6 +1167,7 @@ void QgisApp::createMenus()
11671167
}
11681168

11691169
mFileMenu->addAction( mActionNewPrintComposer );
1170+
mPrintComposersMenu = mFileMenu->addMenu( tr( "Print Composers" ) );
11701171
mActionFileSeparator4 = mFileMenu->addSeparator();
11711172

11721173
mFileMenu->addAction( mActionExit );
@@ -1332,10 +1333,6 @@ void QgisApp::createMenus()
13321333
mActionWindowSeparator2 = mWindowMenu->addSeparator();
13331334
#endif
13341335

1335-
//Print composers menu
1336-
1337-
mPrintComposersMenu = menuBar()->addMenu( tr( "Print Composers" ) );
1338-
13391336
// Help Menu
13401337

13411338
menuBar()->addSeparator();

0 commit comments

Comments
 (0)