[GRASS-SVN] r36364 - grass/branches/develbranch_6/gui/tcltk/gis.m

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


Author: cmbarton
Date: 2009-03-13 17:12:27 -0400 (Fri, 13 Mar 2009)
New Revision: 36364

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

Modified: grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl
===================================================================
--- grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl	2009-03-13 18:18:47 UTC (rev 36363)
+++ grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl	2009-03-13 21:12:27 UTC (rev 36364)
@@ -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