Navigation Menu

Skip to content

Commit

Permalink
This should fix bug #1486
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9970 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
pcav committed Jan 14, 2009
1 parent daf808b commit da5f1ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plugins/grass/modules/v.in.ogr.all.qgm
Expand Up @@ -4,7 +4,7 @@
<qgisgrassmodule label="Import all OGR/PostGIS vectors in a given data source" module="v.in.ogr">
<flag key="o" answer="on" hidden="yes" />
<flag key="z" answer="off" hidden="no" />
<flag key="r" answer="off" hidden="no" />
<flag key="e" answer="off" hidden="no" />
<option key="dsn" label="Path to the OGR data source" />
<option key="output" />
<option key="type" />
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/grass/modules/v.in.ogr.qgm
Expand Up @@ -4,7 +4,7 @@
<qgisgrassmodule label="Import OGR/PostGIS vector" module="v.in.ogr">
<flag key="o" answer="on" hidden="yes" />
<flag key="z" answer="off" hidden="no" />
<flag key="r" answer="off" hidden="no" />
<flag key="e" answer="off" hidden="no" />
<file key="dsn" type="old" label="OGR file" />
<option key="output" />
<option key="type" />
Expand Down

0 comments on commit da5f1ea

Please sign in to comment.