Skip to content

Commit a604111

Browse files
committedJan 21, 2012
fix typo myPath_s_
1 parent c419a68 commit a604111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgsoptions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ void QgsOptions::saveOptions()
548548
settings.setValue( "plugins/searchPathsForPlugins", myPaths );
549549

550550
//search directories for svgs
551-
myPath.clear();
551+
myPaths.clear();
552552
for ( int i = 0; i < mListSVGPaths->count(); ++i )
553553
{
554554
if ( i != 0 )

0 commit comments

Comments
 (0)
Please sign in to comment.