Skip to content

Commit

Permalink
Tweak to previous commit
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5893 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Sep 30, 2006
1 parent 3997f65 commit b0e13e2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/providers/delimitedtext/qgsdelimitedtextprovider.cpp
Expand Up @@ -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,
Expand Down

0 comments on commit b0e13e2

Please sign in to comment.