Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correctly set title for label svg selector dialog
(cherry-picked from 7f17903)
  • Loading branch information
nyalldawson committed Mar 9, 2016
1 parent ea96018 commit ffa7b3b
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 ffa7b3b

Please sign in to comment.