瀏覽代碼

menu calls r.mfilter.fp instead of r.mfilter.

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@36366 15284696-431f-4ddb-bdfa-cd5b030d7da7
Michael Barton 16 年之前
父節點
當前提交
8444568318
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/xml/menudata.xml

+ 1 - 1
gui/wxpython/xml/menudata.xml

@@ -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>