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
This commit is contained in:
g_j_m 2006-10-04 07:46:32 +00:00
parent bc9c339e4f
commit 7ee9b7c574

View File

@ -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);