[GRASS-SVN] r36368 - grass/branches/releasebranch_6_4/gui/tcltk/gis.m

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


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

Modified:
   grass/branches/releasebranch_6_4/gui/tcltk/gis.m/gmmenu.tcl
Log:
menu calls r.mfilter.fp instead of r.mfilter.

Modified: grass/branches/releasebranch_6_4/gui/tcltk/gis.m/gmmenu.tcl
===================================================================
--- grass/branches/releasebranch_6_4/gui/tcltk/gis.m/gmmenu.tcl	2009-03-13 21:25:18 UTC (rev 36367)
+++ grass/branches/releasebranch_6_4/gui/tcltk/gis.m/gmmenu.tcl	2009-03-13 21:25:36 UTC (rev 36368)
@@ -573,7 +573,7 @@
 	}}
 	{cascad {[G_msg "Filter image"]} {} "" $tmenu {			
 		{command {[G_msg "Edge detection"]} {} "i.zc: Zero edge crossing detection" {} -command {execute i.zc }}
-		{command {[G_msg "Matrix/convolving filter"]} {} "r.mfilter: User defined matrix/convolving filter" {} -command {execute r.mfilter }}
+		{command {[G_msg "Matrix/convolving filter"]} {} "r.mfilter: User defined matrix/convolving filter" {} -command {execute r.mfilter.fp }}
 	}}
 	{command {[G_msg "Spectral response"]} {} "i.spectral: Spectral response" {} -command {execute i.spectral }}
 	{command {[G_msg "Tassled cap vegetation index"]} {} "i.tasscap: Tassled cap vegetation index" {} -command {execute i.tasscap }}



More information about the grass-commit mailing list