Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed typo (#3227)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14902 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Dec 13, 2010
1 parent 6715028 commit 0ff20f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/symbology-ng/qgssymbollayerv2utils.cpp
Expand Up @@ -60,7 +60,7 @@ Qt::PenStyle QgsSymbolLayerV2Utils::decodePenStyle( QString str )
if ( str == "dash" ) return Qt::DashLine;
if ( str == "dot" ) return Qt::DotLine;
if ( str == "dash dot" ) return Qt::DashDotLine;
if ( str == "dast dot dot" ) return Qt::DashDotDotLine;
if ( str == "dash dot dot" ) return Qt::DashDotDotLine;
return Qt::SolidLine;
}

Expand Down

0 comments on commit 0ff20f1

Please sign in to comment.