mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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/qgis@5910 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
6533fa9cc8
commit
ed382f376a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user