Skip to content

Commit c7b937d

Browse files
author
jef
committed
fix csv save as support
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15273 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent be7dcdd commit c7b937d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsvectorfilewriter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ bool QgsVectorFileWriter::driverMetadata( QString driverName, QString &longName,
823823
longName = "Comma Separated Value";
824824
trLongName = QObject::tr( "Comma Separated Value" );
825825
glob = "*.csv";
826-
ext = "*.bna";
826+
ext = "csv";
827827
}
828828
else if ( driverName.startsWith( "ESRI" ) )
829829
{

0 commit comments

Comments
 (0)