[GRASS-SVN] r36365 - grass/branches/develbranch_6/gui/wxpython/xml

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


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

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

Modified: grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml	2009-03-13 21:12:27 UTC (rev 36364)
+++ grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml	2009-03-13 21:14:13 UTC (rev 36365)
@@ -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