We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92bce07 commit 38806c4Copy full SHA for 38806c4
src/composer/qgscomposer.cpp
@@ -568,7 +568,7 @@ void QgsComposer::on_mActionExportAsImage_activated(void)
568
myQFileDialog->selectFilter(myLastUsedFilter);
569
570
// set the 'Open' button to something that makes more sense
571
- myQFileDialog->setLabelText(QFileDialog::Accept, tr("Save"));
+ myQFileDialog->setAcceptMode(QFileDialog::AcceptSave);
572
573
//prompt the user for a filename
574
QString myOutputFileNameQString; // = myQFileDialog->getSaveFileName(); //delete this
0 commit comments