-Fix problem deleting custom projections

git-svn-id: http://svn.osgeo.org/qgis/trunk@9266 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
ersts 2008-09-05 20:23:28 +00:00
parent cde4f74145
commit 4d36e9b18c

View File

@ -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?" ),