Skip to content
Permalink
Browse files
This should fix bug #1486
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.
@@ -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" />
@@ -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" />

0 comments on commit da5f1ea

Please sign in to comment.