mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-26 00:02:08 -05:00
Removed the QMessageBox::Question function to allow compilation (I think)
under Qt 3.1.2 git-svn-id: http://svn.osgeo.org/qgis/trunk@3367 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
5483157705
commit
673c022247
@ -198,7 +198,7 @@ void QgsCustomProjectionDialog::pbnHelp_clicked()
|
||||
void QgsCustomProjectionDialog::pbnDelete_clicked()
|
||||
{
|
||||
|
||||
if (QMessageBox::Yes!=QMessageBox::question(
|
||||
if (QMessageBox::Yes!=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