瀏覽代碼

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

Tomas Zigo 3 年之前
父節點
當前提交
614cde9e44
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      gui/wxpython/xml/toolboxes.xml

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

@@ -1074,6 +1074,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">