Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo myPath_s_
  • Loading branch information
mach0 authored and alexbruy committed Jan 22, 2012
1 parent 9f30f01 commit 3a01f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsoptions.cpp
Expand Up @@ -520,7 +520,7 @@ void QgsOptions::saveOptions()
settings.setValue( "plugins/searchPathsForPlugins", myPaths );

//search directories for svgs
myPath.clear();
myPaths.clear();
for ( int i = 0; i < mListSVGPaths->count(); ++i )
{
if ( i != 0 )
Expand Down

0 comments on commit 3a01f76

Please sign in to comment.