mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
-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:
parent
cde4f74145
commit
4d36e9b18c
@ -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?" ),
|
||||
|
Loading…
x
Reference in New Issue
Block a user