Skip to content
Permalink
Browse files
Fix for ticket #326 (delimited text plugin only allows *.txt files).
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5909 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Oct 3, 2006
1 parent e184886 commit 6533fa9
Showing 1 changed file with 1 addition and 1 deletion.
@@ -187,7 +187,7 @@ void QgsDelimitedTextPluginGui::getOpenFileName()
this,
tr("Choose a delimited text file to open"),
settings.readEntry("/Plugin-DelimitedText/text_path","./"),
"Text files (*.txt)");
"Text files (*.txt);; CSV files (*.csv);; All files (*)");

// set path
txtFilePath->setText(s);

0 comments on commit 6533fa9

Please sign in to comment.