Skip to content

Commit

Permalink
fix #4434
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennesky authored and jef-n committed Jun 15, 2012
1 parent 6b9d5a7 commit a240f44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/qgisapp.cpp
Expand Up @@ -1090,7 +1090,6 @@ void QgisApp::setFontSize( int fontSize )

void QgisApp::createMenus()
{

/*
* The User Interface Guidelines for each platform specify different locations
* for the following items.
Expand Down Expand Up @@ -1130,9 +1129,9 @@ void QgisApp::createMenus()
if ( layout == QDialogButtonBox::GnomeLayout || layout == QDialogButtonBox::MacLayout )
{
QAction* before = mActionNewPrintComposer;
mSettingsMenu->removeAction( mActionProjectProperties );
mFileMenu->insertAction( before, mActionProjectProperties );
mFileMenu->insertSeparator( before );
mSettingsMenu->removeAction( mActionProjectProperties );
}

// View Menu
Expand Down

1 comment on commit a240f44

@etiennesky
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might as well commit this to 1.8... thanks

Please sign in to comment.