Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correctly set title for label svg selector dialog
  • Loading branch information
nyalldawson committed Mar 8, 2016
1 parent e0c98cf commit 7f17903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgslabelinggui.cpp
Expand Up @@ -1716,6 +1716,7 @@ void QgsLabelingGui::updateSvgWidgets( const QString& svgPath )
void QgsLabelingGui::on_mShapeSVGSelectorBtn_clicked()
{
QgsSvgSelectorDialog svgDlg( this );
svgDlg.setWindowTitle( tr( "Select SVG file" ) );
svgDlg.svgSelector()->setSvgPath( mShapeSVGPathLineEdit->text().trimmed() );

if ( svgDlg.exec() == QDialog::Accepted )
Expand Down

0 comments on commit 7f17903

Please sign in to comment.