Skip to content

Commit

Permalink
Tweak to the file filters for the delimited text plugin file selection
Browse files Browse the repository at this point in the history
dialog. The all files filter should work better on windows now.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5910 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Oct 4, 2006
1 parent 6533fa9 commit ed382f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/delimited_text/qgsdelimitedtextplugingui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);; CSV files (*.csv);; All files (*)");
"Text files (*.txt *.csv);; All files (* *.*)");

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

0 comments on commit ed382f3

Please sign in to comment.