We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde4f74 commit 4d36e9bCopy full SHA for 4d36e9b
src/app/qgscustomprojectiondialog.cpp
@@ -165,7 +165,7 @@ void QgsCustomProjectionDialog::getEllipsoidList()
165
void QgsCustomProjectionDialog::on_pbnDelete_clicked()
166
{
167
168
- if ( QMessageBox::Yes != QMessageBox::warning(
+ if ( QMessageBox::Ok != QMessageBox::warning(
169
this,
170
tr( "Delete Projection Definition?" ),
171
tr( "Deleting a projection definition is not reversable. Do you want to delete it?" ),
0 commit comments