Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix csv save as support
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15273 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Feb 27, 2011
1 parent be7dcdd commit c7b937d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsvectorfilewriter.cpp
Expand Up @@ -823,7 +823,7 @@ bool QgsVectorFileWriter::driverMetadata( QString driverName, QString &longName,
longName = "Comma Separated Value";
trLongName = QObject::tr( "Comma Separated Value" );
glob = "*.csv";
ext = "*.bna";
ext = "csv";
}
else if ( driverName.startsWith( "ESRI" ) )
{
Expand Down

0 comments on commit c7b937d

Please sign in to comment.