Skip to content

Commit

Permalink
fix typo myPath_s_
Browse files Browse the repository at this point in the history
  • Loading branch information
mach0 committed Jan 21, 2012
1 parent c419a68 commit a604111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsoptions.cpp
Expand Up @@ -548,7 +548,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 a604111

Please sign in to comment.