[GRASS-SVN] r64579 - grass/branches/releasebranch_7_0/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Feb 11 22:48:16 PST 2015
Author: martinl
Date: 2015-02-11 22:48:15 -0800 (Wed, 11 Feb 2015)
New Revision: 64579
Modified:
grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml
Log:
wxGUI: remove non-existing modules from menu
(r.surf.idw2, v.label.sa, r.bitpattern)
(merge r64578 from trunk)
Modified: grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml 2015-02-12 06:46:10 UTC (rev 64578)
+++ grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml 2015-02-12 06:48:15 UTC (rev 64579)
@@ -1044,9 +1044,6 @@
<module-item name="r.surf.idw">
<label>IDW from raster points</label>
</module-item>
- <module-item name="r.surf.idw2">
- <label>IDW from raster points (alternate method for sparse points)</label>
- </module-item>
<module-item name="v.surf.idw">
<label>IDW from vector points</label>
</module-item>
@@ -1152,9 +1149,6 @@
<module-item name="v.label">
<label>Create labels</label>
</module-item>
- <module-item name="v.label.sa">
- <label>Create optimally placed labels</label>
- </module-item>
<separator/>
<module-item name="v.transform">
<label>Reposition vector map</label>
@@ -1621,9 +1615,6 @@
<toolbox name="ImageryReportsAndStatistics">
<label>Reports and statistics</label>
<items>
- <module-item name="r.bitpattern">
- <label>Bit pattern comparison </label>
- </module-item>
<module-item name="r.kappa">
<label>Kappa analysis</label>
</module-item>
More information about the grass-commit
mailing list