[GRASS-SVN] r49473 - grass/trunk/gui/wxpython/xml
    svn_grass at osgeo.org 
    svn_grass at osgeo.org
       
    Thu Dec  1 18:07:57 EST 2011
    
    
  
Author: martinl
Date: 2011-12-01 15:07:57 -0800 (Thu, 01 Dec 2011)
New Revision: 49473
Modified:
   grass/trunk/gui/wxpython/xml/menudata.xml
Log:
wxGUI: remove non-existing r.sum from the menu
Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml	2011-12-01 22:59:13 UTC (rev 49472)
+++ grass/trunk/gui/wxpython/xml/menudata.xml	2011-12-01 23:07:57 UTC (rev 49473)
@@ -1831,13 +1831,6 @@
 	      <command>r.describe</command>
 	    </menuitem>
 	    <menuitem>
-	      <label>Sum category values</label>
-	      <help>Sums up the raster cell values.</help>
-	      <keywords>raster</keywords>
-	      <handler>OnMenuCmd</handler>
-	      <command>r.sum</command>
-	    </menuitem>
-	    <menuitem>
 	      <label>Sum area by raster map and category</label>
 	      <help>Reports statistics for raster maps.</help>
 	      <keywords>raster,statistics</keywords>
    
    
More information about the grass-commit
mailing list