Browse Source

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

Tomas Zigo 3 năm trước cách đây
mục cha
commit
ca4511f3eb
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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">