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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 13 17:24:14 EDT 2009


Author: cmbarton
Date: 2009-03-13 17:24:14 -0400 (Fri, 13 Mar 2009)
New Revision: 36366

Modified:
   grass/trunk/gui/wxpython/xml/menudata.xml
Log:
menu calls r.mfilter.fp instead of r.mfilter.

Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml	2009-03-13 21:14:13 UTC (rev 36365)
+++ grass/trunk/gui/wxpython/xml/menudata.xml	2009-03-13 21:24:14 UTC (rev 36366)
@@ -2155,7 +2155,7 @@
 	      <label>Matrix/convolving filter</label>
 	      <help>Raster map matrix filter.</help>
 	      <handler>self.OnMenuCmd</handler>
-	      <command>r.mfilter</command>
+	      <command>r.mfilter.fp</command>
 	    </menuitem>
 	  </items>
 	</menu>



More information about the grass-commit mailing list