We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 3997f65 commit b0e13e2Copy full SHA for b0e13e2
src/providers/delimitedtext/qgsdelimitedtextprovider.cpp
@@ -745,9 +745,7 @@ bool QgsDelimitedTextProvider::saveAsShapefile()
745
QSettings settings;
746
QString enc;
747
QString shapefileName;
748
- QString filter = QString(tr("Shapefiles (*.shp)",
749
- "The *.shp is used as a file filter "
750
- "in a dialog box");
+ QString filter = tr("Shapefiles (*.shp)", "The *.shp is used as a file filter in a dialog box");
751
QString dirName = settings.readEntry("/Plugin-DelimitedText/text_path", "./");
752
753
QgsEncodingFileDialog* openFileDialog = new QgsEncodingFileDialog(0,
0 commit comments