Skip to content

Commit 7ee9b7c

Browse files
author
g_j_m
committed
Tweak to the file filters for the delimited text plugin file selection
dialog. The all files filter should work better on windows now. git-svn-id: http://svn.osgeo.org/qgis/trunk@5910 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent bc9c339 commit 7ee9b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/delimited_text/qgsdelimitedtextplugingui.cpp

+1-1
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);; CSV files (*.csv);; All files (*)");
190+
"Text files (*.txt *.csv);; All files (* *.*)");
191191

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

0 commit comments

Comments
 (0)