[GRASS-SVN] r46228 - grass/trunk/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 10 08:22:58 EDT 2011
Author: neteler
Date: 2011-05-10 05:22:58 -0700 (Tue, 10 May 2011)
New Revision: 46228
Modified:
grass/trunk/gui/wxpython/xml/menudata.xml
Log:
fix menu name case
Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml 2011-05-10 12:10:31 UTC (rev 46227)
+++ grass/trunk/gui/wxpython/xml/menudata.xml 2011-05-10 12:22:58 UTC (rev 46228)
@@ -2795,7 +2795,7 @@
<help>Computes sensible heat flux iteration SEBAL 01.</help>
<keywords>imagery,evaporative fraction,soil moisture,energy balance,SEBAL</keywords>
<handler>OnMenuCmd</handler>
- <command>i.eb.h_SEBAL01</command>
+ <command>i.eb.h_sebal01</command>
</menuitem>
<separator />
<menuitem>
More information about the grass-commit
mailing list