[QGIS Commit] r12303 - trunk/qgis/src/app
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Tue Dec 1 11:48:12 EST 2009
Author: timlinux
Date: 2009-12-01 11:48:11 -0500 (Tue, 01 Dec 2009)
New Revision: 12303
Modified:
trunk/qgis/src/app/qgsvectorlayerproperties.cpp
Log:
Minor formatting change only
Modified: trunk/qgis/src/app/qgsvectorlayerproperties.cpp
===================================================================
--- trunk/qgis/src/app/qgsvectorlayerproperties.cpp 2009-12-01 16:09:11 UTC (rev 12302)
+++ trunk/qgis/src/app/qgsvectorlayerproperties.cpp 2009-12-01 16:48:11 UTC (rev 12303)
@@ -1119,8 +1119,8 @@
void QgsVectorLayerProperties::useNewSymbology()
{
int res = QMessageBox::question( this, tr( "Symbology" ),
- tr( "Do you wish to use original symbology implementation for this layer?" ),
- QMessageBox::Yes | QMessageBox::No );
+ tr( "Do you wish to use original symbology implementation for this layer?" ),
+ QMessageBox::Yes | QMessageBox::No );
if ( res != QMessageBox::Yes )
return;
More information about the QGIS-commit
mailing list