[GRASS-SVN] r41145 - grass/trunk/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Feb 21 02:16:10 EST 2010
Author: cmbarton
Date: 2010-02-21 02:15:56 -0500 (Sun, 21 Feb 2010)
New Revision: 41145
Modified:
grass/trunk/gui/wxpython/xml/menudata.xml
Log:
Fix i.albedo command in menu
Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml 2010-02-21 07:12:08 UTC (rev 41144)
+++ grass/trunk/gui/wxpython/xml/menudata.xml 2010-02-21 07:15:56 UTC (rev 41145)
@@ -2556,7 +2556,7 @@
<help>Broad band albedo from surface reflectance.</help>
<keywords>raster</keywords>
<handler>self.OnMenuCmd</handler>
- <command>i.albedo:</command>
+ <command>i.albedo</command>
</menuitem>
<menuitem>
<label>Evaporative fraction</label>
More information about the grass-commit
mailing list