Skip to content

Commit

Permalink
-Fix problem deleting custom projections
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@9266 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
ersts committed Sep 5, 2008
1 parent cde4f74 commit 4d36e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgscustomprojectiondialog.cpp
Expand Up @@ -165,7 +165,7 @@ void QgsCustomProjectionDialog::getEllipsoidList()
void QgsCustomProjectionDialog::on_pbnDelete_clicked()
{

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

0 comments on commit 4d36e9b

Please sign in to comment.