Skip to content

Commit c74fde5

Browse files
author
timlinux
committedOct 26, 2009
[FEATURE] This is a nominal commit to remind documentors that user defined SVG search paths are now added to the options dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11846 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgsoptions.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,7 @@ void QgsOptions::on_mBtnAddSVGPath_clicked()
715715
QDir::toNativeSeparators( QDir::homePath() ),
716716
QFileDialog::ShowDirsOnly
717717
);
718+
718719
if ( ! myDir.isEmpty() )
719720
{
720721
QListWidgetItem* newItem = new QListWidgetItem( mListSVGPaths );

0 commit comments

Comments
 (0)
Please sign in to comment.