Skip to content

Commit bc9c339

Browse files
author
g_j_m
committed
Fix for ticket #326 (delimited text plugin only allows *.txt files).
git-svn-id: http://svn.osgeo.org/qgis/trunk@5909 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 4616675 commit bc9c339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/delimited_text/qgsdelimitedtextplugingui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ void QgsDelimitedTextPluginGui::getOpenFileName()
187187
this,
188188
tr("Choose a delimited text file to open"),
189189
settings.readEntry("/Plugin-DelimitedText/text_path","./"),
190-
"Text files (*.txt)");
190+
"Text files (*.txt);; CSV files (*.csv);; All files (*)");
191191

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

0 commit comments

Comments
 (0)