Skip to content

Commit

Permalink
Fix missing DBF File exporting format
Browse files Browse the repository at this point in the history
  • Loading branch information
agiudiceandrea authored Sep 18, 2024
1 parent 2ef3cde commit ab1c0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsvectorfilewriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@ class QgsVectorFileWriterMetadataContainer
datasetOptions.clear();
layerOptions.clear();

driverMetadata.insert( QStringLiteral( "DBF File" ),
driverMetadata.insert( QStringLiteral( "DBF file" ),
QgsVectorFileWriter::MetaData(
QStringLiteral( "DBF File" ),
QObject::tr( "DBF File" ),
Expand Down

0 comments on commit ab1c0fc

Please sign in to comment.