File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1090,7 +1090,6 @@ void QgisApp::setFontSize( int fontSize )
1090
1090
1091
1091
void QgisApp::createMenus ()
1092
1092
{
1093
-
1094
1093
/*
1095
1094
* The User Interface Guidelines for each platform specify different locations
1096
1095
* for the following items.
@@ -1130,9 +1129,9 @@ void QgisApp::createMenus()
1130
1129
if ( layout == QDialogButtonBox::GnomeLayout || layout == QDialogButtonBox::MacLayout )
1131
1130
{
1132
1131
QAction* before = mActionNewPrintComposer ;
1132
+ mSettingsMenu ->removeAction ( mActionProjectProperties );
1133
1133
mFileMenu ->insertAction ( before, mActionProjectProperties );
1134
1134
mFileMenu ->insertSeparator ( before );
1135
- mSettingsMenu ->removeAction ( mActionProjectProperties );
1136
1135
}
1137
1136
1138
1137
// View Menu
You can’t perform that action at this time.
0 commit comments