Skip to content

Commit 7f17903

Browse files
committed
Correctly set title for label svg selector dialog
1 parent e0c98cf commit 7f17903

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)