Skip to content

Commit de0cb58

Browse files
author
timlinux
committed
Minor formatting change only
git-svn-id: http://svn.osgeo.org/qgis/trunk@12303 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8ea46a9 commit de0cb58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/qgsvectorlayerproperties.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,8 +1119,8 @@ void QgsVectorLayerProperties::setUsingNewSymbology( bool useNewSymbology )
11191119
void QgsVectorLayerProperties::useNewSymbology()
11201120
{
11211121
int res = QMessageBox::question( this, tr( "Symbology" ),
1122-
tr( "Do you wish to use original symbology implementation for this layer?" ),
1123-
QMessageBox::Yes | QMessageBox::No );
1122+
tr( "Do you wish to use original symbology implementation for this layer?" ),
1123+
QMessageBox::Yes | QMessageBox::No );
11241124

11251125
if ( res != QMessageBox::Yes )
11261126
return;

0 commit comments

Comments
 (0)