Skip to content
Permalink
Browse files
Tweak to previous commit
git-svn-id: http://svn.osgeo.org/qgis/trunk@5893 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Sep 30, 2006
1 parent 2505f0d commit 4e2d29b
Showing 1 changed file with 1 addition and 3 deletions.
@@ -745,9 +745,7 @@ bool QgsDelimitedTextProvider::saveAsShapefile()
QSettings settings;
QString enc;
QString shapefileName;
QString filter = QString(tr("Shapefiles (*.shp)",
"The *.shp is used as a file filter "
"in a dialog box");
QString filter = tr("Shapefiles (*.shp)", "The *.shp is used as a file filter in a dialog box");
QString dirName = settings.readEntry("/Plugin-DelimitedText/text_path", "./");

QgsEncodingFileDialog* openFileDialog = new QgsEncodingFileDialog(0,

0 comments on commit 4e2d29b

Please sign in to comment.