[QGIS Commit] r9266 - trunk/qgis/src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Fri Sep 5 16:23:28 EDT 2008


Author: ersts
Date: 2008-09-05 16:23:28 -0400 (Fri, 05 Sep 2008)
New Revision: 9266

Modified:
   trunk/qgis/src/app/qgscustomprojectiondialog.cpp
Log:
-Fix problem deleting custom projections

Modified: trunk/qgis/src/app/qgscustomprojectiondialog.cpp
===================================================================
--- trunk/qgis/src/app/qgscustomprojectiondialog.cpp	2008-09-05 15:29:13 UTC (rev 9265)
+++ trunk/qgis/src/app/qgscustomprojectiondialog.cpp	2008-09-05 20:23:28 UTC (rev 9266)
@@ -165,7 +165,7 @@
 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?" ),



More information about the QGIS-commit mailing list