Skip to content

Commit

Permalink
Two typos in GRASS modules
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@12657 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
pcav committed Dec 31, 2009
1 parent ca16d20 commit b07d7d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/plugins/grass/modules-common/r.los.qgm
Expand Up @@ -6,6 +6,6 @@
<option key="input"/>
<option key="coordinate" />
<option key="obs_elev" answer="1.75" hidden="no" />
<option key="max_dist" answer="1000" hidden="no" />
<option key="max_dist" answer="10000" hidden="no" />
<option key="output" />
</qgisgrassmodule>
3 changes: 1 addition & 2 deletions src/plugins/grass/modules-common/r.watershed.qgm
Expand Up @@ -2,15 +2,14 @@

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

<qgisgrassmodule label="Watershed Analysis." module="r.watershed">
<qgisgrassmodule label="Watershed Analysis" module="r.watershed">

<option key="elevation" />
<option key="threshold" />
<flag key="m" answer="off" hidden="no" />
<option key="accumulation" />
<option key="drainage" />
<option key="stream" />

<option key="basin" />

</qgisgrassmodule>

0 comments on commit b07d7d7

Please sign in to comment.