We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 789deab commit 68f0ad0Copy full SHA for 68f0ad0
src/app/qgisapp.cpp
@@ -1167,6 +1167,7 @@ void QgisApp::createMenus()
1167
}
1168
1169
mFileMenu->addAction( mActionNewPrintComposer );
1170
+ mPrintComposersMenu = mFileMenu->addMenu( tr( "Print Composers" ) );
1171
mActionFileSeparator4 = mFileMenu->addSeparator();
1172
1173
mFileMenu->addAction( mActionExit );
@@ -1332,10 +1333,6 @@ void QgisApp::createMenus()
1332
1333
mActionWindowSeparator2 = mWindowMenu->addSeparator();
1334
#endif
1335
- //Print composers menu
1336
-
1337
- mPrintComposersMenu = menuBar()->addMenu( tr( "Print Composers" ) );
1338
1339
// Help Menu
1340
1341
menuBar()->addSeparator();
0 commit comments