Skip to content

Commit 4705646

Browse files
author
pcav
committedNov 1, 2010
Fixes and cosmetcs fro GRASS toolbox - Thanks Markus Neteler. Fixes #3104
git-svn-id: http://svn.osgeo.org/qgis/trunk@14485 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent f386a48 commit 4705646

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed
 

‎src/plugins/grass/modules-6.4/default.qgc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
<grass name="r.in.aster"/>
5252
<grass name="r.in.wms"/>
5353
</section>
54-
5554
</section>
5655
<section label="Import vector into GRASS">
5756
<section label="Import vector into GRASS from QGIS view">
@@ -73,7 +72,7 @@
7372
<grass name="v.in.gns"/>
7473
</section>
7574
</section>
76-
<section label="Import from database into GRASS">
75+
<section label="Import from database into GRASS">
7776
<grass name="db.in.ogr"/>
7877
</section>
7978
</section>

‎src/plugins/grass/modules-6.4/g.proj.wkt.qgm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
<qgisgrassmodule label="Create new location from .prj (WKT) file" module="g.proj">
55
<flag key="c" answer="on" hidden="yes" />
66
<file key="wkt"/>
7-
<file key="location"/>
7+
<option key="location"/>
88
</qgisgrassmodule>

‎src/plugins/grass/modules-common/r.proj.qgm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
<qgisgrassmodule label="Re-project raster from a location to the current location" module="r.proj">
55
<option key="input" />
6-
<option key="dbase"/>
7-
<option key="location"/>
86
<option key="mapset"/>
7+
<option key="location"/>
98
<option key="method" />
109
<option key="resolution" />
11-
<option key="output" />
10+
<option key="output" label="Name for the output raster map (optional)"/>
11+
<option key="dbase" label="Path to GRASS database of input location (optional)"/>
1212
</qgisgrassmodule>

‎src/plugins/grass/modules-common/v.proj.qgm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
<qgisgrassmodule label="Projection conversion of vector" module="v.proj">
55
<option key="input" />
6-
<option key="dbase" />
7-
<option key="location" />
86
<option key="mapset" />
9-
<option key="output" />
7+
<option key="location" />
8+
<option key="output" label="Name for output vector map (optional)" />
9+
<option key="dbase" label="Path to GRASS database of input location (optional)" />
1010
</qgisgrassmodule>

0 commit comments

Comments
 (0)
Please sign in to comment.