[GRASS-SVN] r39864 -
grass/branches/releasebranch_6_4/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Dec 1 00:52:08 EST 2009
Author: cmbarton
Date: 2009-12-01 00:52:08 -0500 (Tue, 01 Dec 2009)
New Revision: 39864
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
Log:
More updates to menus
Modified: grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml 2009-12-01 05:49:48 UTC (rev 39863)
+++ grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml 2009-12-01 05:52:08 UTC (rev 39864)
@@ -1408,7 +1408,7 @@
<label>IDW from raster points (alternate method for sparse points)</label>
<help>Surface interpolation from raster points using inverse distance squared weighting algorithm (may be better for sparse points)</help>
<handler>self.OnMenuCmd</handler>
- <command>r.surf.idw</command>
+ <command>r.surf.idw2</command>
</menuitem>
<menuitem>
<label>IDW from vector points</label>
@@ -2012,7 +2012,7 @@
<label>Univariate statistics for attribute columns</label>
<help>Calculates univariate statistics for any numeric attribute</help>
<handler>self.OnMenuCmd</handler>
- <command>v.univar</command>
+ <command>v.db.univar</command>
</menuitem>
<separator />
<menuitem>
More information about the grass-commit
mailing list