Skip to content

Commit 920e510

Browse files
author
wonder
committed
Fixed typo (#3227)
git-svn-id: http://svn.osgeo.org/qgis/trunk@14902 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent eb42b51 commit 920e510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/symbology-ng/qgssymbollayerv2utils.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Qt::PenStyle QgsSymbolLayerV2Utils::decodePenStyle( QString str )
6060
if ( str == "dash" ) return Qt::DashLine;
6161
if ( str == "dot" ) return Qt::DotLine;
6262
if ( str == "dash dot" ) return Qt::DashDotLine;
63-
if ( str == "dast dot dot" ) return Qt::DashDotDotLine;
63+
if ( str == "dash dot dot" ) return Qt::DashDotDotLine;
6464
return Qt::SolidLine;
6565
}
6666

0 commit comments

Comments
 (0)