Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix in v.dissolve GRASS module - closes #2351. Thanks Giovanni Manghi
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12912 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
pcav committed Feb 10, 2010
1 parent d89a190 commit 41bd31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/grass/modules-common/v.dissolve.qgm
Expand Up @@ -3,6 +3,6 @@

<qgisgrassmodule label="Dissolves boundaries between adjacent areas sharing a common category number or attribute" module="v.dissolve">
<option key="input" layeroption="layer"/>
<field key="column" layer="map" type="integer,string" label="Attribute field" />
<field key="column" layer="input" type="integer,string" label="Attribute field" />
<option key="output" />
</qgisgrassmodule>

0 comments on commit 41bd31e

Please sign in to comment.