浏览代码

wxGUI/xml/toolboxes.xml: add missing 'r.fill.stats' module item inside 'InterpolateSurfaces' toolbox (#1977)

Tomas Zigo 3 年之前
父节点
当前提交
ca4511f3eb
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      gui/wxpython/xml/toolboxes.xml

+ 4 - 0
gui/wxpython/xml/toolboxes.xml

@@ -1076,6 +1076,10 @@
       <module-item name="r.fillnulls">
         <label>Fill NULL cells</label>
       </module-item>
+      <separator/>
+      <module-item name="r.fill.stats">
+        <label>Fill NULL cells using IDW</label>
+      </module-item>
     </items>
   </toolbox>
   <toolbox name="RasterReportsAndStatistics">