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 2505f0d commit 4e2d29bCopy full SHA for 4e2d29b
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