Two typos in GRASS modules

git-svn-id: http://svn.osgeo.org/qgis/trunk@12657 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
pcav 2009-12-31 11:52:45 +00:00
parent ca16d20218
commit b07d7d70d5
2 changed files with 2 additions and 3 deletions

View File

@ -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>

View File

@ -2,7 +2,7 @@
<!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" />
@ -10,7 +10,6 @@
<option key="accumulation" />
<option key="drainage" />
<option key="stream" />
<option key="basin" />
</qgisgrassmodule>