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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 21 12:04:19 PDT 2012


Author: mmetz
Date: 2012-08-21 12:04:19 -0700 (Tue, 21 Aug 2012)
New Revision: 52826

Modified:
   grass/trunk/gui/wxpython/xml/menudata.xml
Log:
wxGUI: use faster and more accurate r.shaded.relief2

Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml	2012-08-21 18:21:35 UTC (rev 52825)
+++ grass/trunk/gui/wxpython/xml/menudata.xml	2012-08-21 19:04:19 UTC (rev 52826)
@@ -1293,7 +1293,7 @@
 	      <help>Creates shaded relief map from an elevation map (DEM).</help>
 	      <keywords>raster,elevation</keywords>
 	      <handler>OnMenuCmd</handler>
-	      <command>r.shaded.relief</command>
+	      <command>r.shaded.relief2</command>
 	    </menuitem>
 	    <separator />
 	    <menuitem>



More information about the grass-commit mailing list