[GRASS-SVN] r64578 - grass/trunk/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Feb 11 22:46:11 PST 2015


Author: martinl
Date: 2015-02-11 22:46:10 -0800 (Wed, 11 Feb 2015)
New Revision: 64578

Modified:
   grass/trunk/gui/wxpython/xml/toolboxes.xml
Log:
wxGUI: remove non-existing modules from menu
       (r.surf.idw2, v.label.sa, r.bitpattern)


Modified: grass/trunk/gui/wxpython/xml/toolboxes.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/toolboxes.xml	2015-02-12 06:37:13 UTC (rev 64577)
+++ grass/trunk/gui/wxpython/xml/toolboxes.xml	2015-02-12 06:46:10 UTC (rev 64578)
@@ -1019,9 +1019,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>
@@ -1127,9 +1124,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>
@@ -1596,9 +1590,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