Skip to content

Commit

Permalink
we don't have a file menu on osx either (followup c510c44)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 28, 2013
1 parent dd60a34 commit b5f8818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/qgisapp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1291,8 +1291,8 @@ void QgisApp::createMenus()

// keep plugins from hijacking About and Preferences application menus
// these duplicate actions will be moved to application menus by Qt
mFileMenu->addAction( mActionAbout );
mFileMenu->addAction( mActionOptions );
mProjectMenu->addAction( mActionAbout );
mProjectMenu->addAction( mActionOptions );

// Window Menu

Expand Down

0 comments on commit b5f8818

Please sign in to comment.