Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 3, 2018
1 parent da57c08 commit 4c50a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/ogr/qgsvectorlayersaveasdialog.h
Expand Up @@ -44,7 +44,7 @@ class GUI_EXPORT QgsVectorLayerSaveAsDialog : public QDialog, private Ui::QgsVec
{
Symbology = 1, //!< Show symbology options
DestinationCrs = 1 << 2, //!< Show destination CRS (reprojection) option
Fields = 1 << 3, //!< Show field customisation group
Fields = 1 << 3, //!< Show field customization group
AddToCanvas = 1 << 4, //!< Show add to map option
SelectedOnly = 1 << 5, //!< Show selected features only option
GeometryType = 1 << 6, //!< Show geometry group
Expand Down

0 comments on commit 4c50a3c

Please sign in to comment.