[QGIS Commit] r11846 - trunk/qgis/src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Mon Oct 26 01:47:34 EDT 2009


Author: timlinux
Date: 2009-10-26 01:47:34 -0400 (Mon, 26 Oct 2009)
New Revision: 11846

Modified:
   trunk/qgis/src/app/qgsoptions.cpp
Log:
[FEATURE] This is a nominal commit to remind documentors that user defined SVG search paths are now added to the options dialog

Modified: trunk/qgis/src/app/qgsoptions.cpp
===================================================================
--- trunk/qgis/src/app/qgsoptions.cpp	2009-10-26 05:46:01 UTC (rev 11845)
+++ trunk/qgis/src/app/qgsoptions.cpp	2009-10-26 05:47:34 UTC (rev 11846)
@@ -715,6 +715,7 @@
       QDir::toNativeSeparators( QDir::homePath() ),
       QFileDialog::ShowDirsOnly
       );
+
   if ( ! myDir.isEmpty() )
   {
     QListWidgetItem* newItem = new QListWidgetItem( mListSVGPaths );



More information about the QGIS-commit mailing list