Skip to content

Commit

Permalink
Move composers menu into the file menu
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11869 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Oct 30, 2009
1 parent be0b236 commit df032fe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/app/qgisapp.cpp
Expand Up @@ -1167,6 +1167,7 @@ void QgisApp::createMenus()
}

mFileMenu->addAction( mActionNewPrintComposer );
mPrintComposersMenu = mFileMenu->addMenu( tr( "Print Composers" ) );
mActionFileSeparator4 = mFileMenu->addSeparator();

mFileMenu->addAction( mActionExit );
Expand Down Expand Up @@ -1332,10 +1333,6 @@ void QgisApp::createMenus()
mActionWindowSeparator2 = mWindowMenu->addSeparator();
#endif

//Print composers menu

mPrintComposersMenu = menuBar()->addMenu( tr( "Print Composers" ) );

// Help Menu

menuBar()->addSeparator();
Expand Down

0 comments on commit df032fe

Please sign in to comment.