Skip to content

Commit 4d78496

Browse files
author
ersts
committed
-Fix problem deleting custom projections
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9266 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 6c21076 commit 4d78496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgscustomprojectiondialog.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ void QgsCustomProjectionDialog::getEllipsoidList()
165165
void QgsCustomProjectionDialog::on_pbnDelete_clicked()
166166
{
167167

168-
if ( QMessageBox::Yes != QMessageBox::warning(
168+
if ( QMessageBox::Ok != QMessageBox::warning(
169169
this,
170170
tr( "Delete Projection Definition?" ),
171171
tr( "Deleting a projection definition is not reversable. Do you want to delete it?" ),

0 commit comments

Comments
 (0)