Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Better option order
  • Loading branch information
borysiasty committed Oct 23, 2018
1 parent f227bfb commit 61ebc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsvectorfilewriter.cpp
Expand Up @@ -847,8 +847,8 @@ class QgsVectorFileWriterMetadataContainer
layerOptions.insert( QStringLiteral( "STRING_QUOTING" ), new QgsVectorFileWriter::SetOption(
QObject::tr( "Double-quote strings. IF_AMBIGUOUS means that string values that look like numbers will be quoted." ),
QStringList()
<< QStringLiteral( "IF_AMBIGUOUS" )
<< QStringLiteral( "IF_NEEDED" )
<< QStringLiteral( "IF_AMBIGUOUS" )
<< QStringLiteral( "ALWAYS" ),
QStringLiteral( "IF_AMBIGUOUS" ) // Default value
) );
Expand Down

0 comments on commit 61ebc18

Please sign in to comment.