Skip to content

Commit 300acb8

Browse files

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/gui/qgisapp.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2394,6 +2394,8 @@ void QgisApp::newVectorLayer()
23942394

23952395
// allow for selection of more than one file
23962396
openFileDialog->setMode(QFileDialog::AnyFile);
2397+
openFileDialog->setAcceptMode(QFileDialog::AcceptSave);
2398+
openFileDialog->setConfirmOverwrite( true );
23972399

23982400
if (haveLastUsedFilter) // set the filter to the last one used
23992401
{

0 commit comments

Comments
 (0)
Please sign in to comment.