[GRASS-SVN] r36367 - grass/branches/releasebranch_6_4/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 13 17:25:18 EDT 2009


Author: cmbarton
Date: 2009-03-13 17:25:18 -0400 (Fri, 13 Mar 2009)
New Revision: 36367

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

Modified: grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml	2009-03-13 21:24:14 UTC (rev 36366)
+++ grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml	2009-03-13 21:25:18 UTC (rev 36367)
@@ -2086,7 +2086,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