Skip to content

Commit b0e13e2

Browse files
author
g_j_m
committed
Tweak to previous commit
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5893 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 3997f65 commit b0e13e2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/providers/delimitedtext/qgsdelimitedtextprovider.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -745,9 +745,7 @@ bool QgsDelimitedTextProvider::saveAsShapefile()
745745
QSettings settings;
746746
QString enc;
747747
QString shapefileName;
748-
QString filter = QString(tr("Shapefiles (*.shp)",
749-
"The *.shp is used as a file filter "
750-
"in a dialog box");
748+
QString filter = tr("Shapefiles (*.shp)", "The *.shp is used as a file filter in a dialog box");
751749
QString dirName = settings.readEntry("/Plugin-DelimitedText/text_path", "./");
752750

753751
QgsEncodingFileDialog* openFileDialog = new QgsEncodingFileDialog(0,

0 commit comments

Comments
 (0)