Skip to content

Commit

Permalink
change in v.db.join module
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7760 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
leo.lami committed Dec 10, 2007
1 parent 61d05e6 commit 247196e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/grass/modules/v.db.join.qgm
Expand Up @@ -3,7 +3,7 @@

<qgisgrassmodule label=" v.db.join - Allows to join a table to a vector map table" module="v.db.join">
<option key="map" layeroption="layer" />
<field key="column" layer="map" type="integer,varchar" label="Attribute field" />
<field key="column" layer="map" type="integer,string" label="Attribute field" />
<option key="otable"/>
<field key="ocolumn" layer="otable" type="integer,varchar" label="Attribute field" />
<option key="ocolumn" label="Attribute field to join" />
</qgisgrassmodule>

0 comments on commit 247196e

Please sign in to comment.