[GRASS-SVN] r59676 - grass/branches/releasebranch_7_0/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Apr 10 11:17:59 PDT 2014
Author: martinl
Date: 2014-04-10 11:17:59 -0700 (Thu, 10 Apr 2014)
New Revision: 59676
Modified:
grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml
Log:
wxGUI: comment-out disabled r.stream.* modules
Modified: grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml 2014-04-10 18:17:30 UTC (rev 59675)
+++ grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml 2014-04-10 18:17:59 UTC (rev 59676)
@@ -861,15 +861,18 @@
<label>Watershed basin creation</label>
</module-item>
<separator/>
+ <!--
<module-item name="r.stream.channel">
<label>Stream channel characteristics</label>
</module-item>
<module-item name="r.stream.distance">
<label>Stream distance and elevation characteristics</label>
</module-item>
+ -->
<module-item name="r.stream.extract">
<label>Extraction of stream networks</label>
</module-item>
+ <!--
<module-item name="r.stream.order">
<label>Stream ordering and hierarchy</label>
</module-item>
@@ -885,6 +888,7 @@
<module-item name="r.stream.stats">
<label>Horton's statistics</label>
</module-item>
+ -->
<separator/>
<module-item name="r.sim.water">
<label>SIMWE Overland flow modeling</label>
More information about the grass-commit
mailing list