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 6002ce0 commit 04e779aCopy full SHA for 04e779a
src/app/qgisapp.cpp
@@ -5730,7 +5730,7 @@ bool QgisApp::fileSave()
5730
this,
5731
tr( "Choose a QGIS project file" ),
5732
lastUsedDir + '/' + QgsProject::instance()->title(),
5733
- qgsExt + ";;" + zipExt, &filter );
+ zipExt + ";;" + qgsExt, &filter );
5734
if ( path.isEmpty() )
5735
return false;
5736
@@ -5816,7 +5816,7 @@ void QgisApp::fileSaveAs()
5816
QString path = QFileDialog::getSaveFileName( this,
5817
tr( "Save Project As" ),
5818
5819
5820
5821
return;
5822
0 commit comments