[QGIS Commit] r13678 - trunk/qgis/src/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Mon Jun 7 09:02:00 EDT 2010


Author: mhugent
Date: 2010-06-07 09:01:59 -0400 (Mon, 07 Jun 2010)
New Revision: 13678

Modified:
   trunk/qgis/src/core/qgsapplication.cpp
Log:
Consider changed pkgDataPath in default svg paths

Modified: trunk/qgis/src/core/qgsapplication.cpp
===================================================================
--- trunk/qgis/src/core/qgsapplication.cpp	2010-06-07 12:53:18 UTC (rev 13677)
+++ trunk/qgis/src/core/qgsapplication.cpp	2010-06-07 13:01:59 UTC (rev 13678)
@@ -120,6 +120,7 @@
 void QgsApplication::setPkgDataPath( const QString thePkgDataPath )
 {
   mPkgDataPath = thePkgDataPath;
+  mDefaultSvgPaths << mPkgDataPath + QString( "/svg/" );
 }
 
 void QgsApplication::setDefaultSvgPaths( const QStringList& pathList )



More information about the QGIS-commit mailing list