Skip to content

Commit 05d42d4

Browse files
author
pcav
committedDec 31, 2009
Two typos in GRASS modules
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12657 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<option key="input"/>
77
<option key="coordinate" />
88
<option key="obs_elev" answer="1.75" hidden="no" />
9-
<option key="max_dist" answer="1000" hidden="no" />
9+
<option key="max_dist" answer="10000" hidden="no" />
1010
<option key="output" />
1111
</qgisgrassmodule>

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22

33
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
44

5-
<qgisgrassmodule label="Watershed Analysis." module="r.watershed">
5+
<qgisgrassmodule label="Watershed Analysis" module="r.watershed">
66

77
<option key="elevation" />
88
<option key="threshold" />
99
<flag key="m" answer="off" hidden="no" />
1010
<option key="accumulation" />
1111
<option key="drainage" />
1212
<option key="stream" />
13-
1413
<option key="basin" />
1514

1615
</qgisgrassmodule>

0 commit comments

Comments
 (0)
Please sign in to comment.