We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c98cf commit 7f17903Copy full SHA for 7f17903
src/app/qgslabelinggui.cpp
@@ -1716,6 +1716,7 @@ void QgsLabelingGui::updateSvgWidgets( const QString& svgPath )
1716
void QgsLabelingGui::on_mShapeSVGSelectorBtn_clicked()
1717
{
1718
QgsSvgSelectorDialog svgDlg( this );
1719
+ svgDlg.setWindowTitle( tr( "Select SVG file" ) );
1720
svgDlg.svgSelector()->setSvgPath( mShapeSVGPathLineEdit->text().trimmed() );
1721
1722
if ( svgDlg.exec() == QDialog::Accepted )
0 commit comments