Skip to content

Commit

Permalink
[FEATURE] This is a nominal commit to remind documentors that user de…
Browse files Browse the repository at this point in the history
…fined SVG search paths are now added to the options dialog

git-svn-id: http://svn.osgeo.org/qgis/trunk@11846 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Oct 26, 2009
1 parent 6dd1b5e commit f2296bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsoptions.cpp
Expand Up @@ -715,6 +715,7 @@ void QgsOptions::on_mBtnAddSVGPath_clicked()
QDir::toNativeSeparators( QDir::homePath() ),
QFileDialog::ShowDirsOnly
);

if ( ! myDir.isEmpty() )
{
QListWidgetItem* newItem = new QListWidgetItem( mListSVGPaths );
Expand Down

0 comments on commit f2296bb

Please sign in to comment.