Skip to content

Commit 4d36e9b

Browse files
author
ersts
committedSep 5, 2008
-Fix problem deleting custom projections
git-svn-id: http://svn.osgeo.org/qgis/trunk@9266 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent cde4f74 commit 4d36e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgscustomprojectiondialog.cpp

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.