Skip to content

Commit ffa7b3b

Browse files
committedMar 9, 2016
Correctly set title for label svg selector dialog
(cherry-picked from 7f17903)
1 parent ea96018 commit ffa7b3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgslabelinggui.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1716,6 +1716,7 @@ void QgsLabelingGui::updateSvgWidgets( const QString& svgPath )
17161716
void QgsLabelingGui::on_mShapeSVGSelectorBtn_clicked()
17171717
{
17181718
QgsSvgSelectorDialog svgDlg( this );
1719+
svgDlg.setWindowTitle( tr( "Select SVG file" ) );
17191720
svgDlg.svgSelector()->setSvgPath( mShapeSVGPathLineEdit->text().trimmed() );
17201721

17211722
if ( svgDlg.exec() == QDialog::Accepted )

0 commit comments

Comments
 (0)
Please sign in to comment.