Skip to content

Commit

Permalink
Consider changed pkgDataPath in default svg paths
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13678 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Jun 7, 2010
1 parent 0660d44 commit 7494c8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsapplication.cpp
Expand Up @@ -120,6 +120,7 @@ void QgsApplication::setPluginPath( const QString thePluginPath )
void QgsApplication::setPkgDataPath( const QString thePkgDataPath )
{
mPkgDataPath = thePkgDataPath;
mDefaultSvgPaths << mPkgDataPath + QString( "/svg/" );
}

void QgsApplication::setDefaultSvgPaths( const QStringList& pathList )
Expand Down

0 comments on commit 7494c8f

Please sign in to comment.