浏览代码

pyedit: enable error handing example in menu (forgotten in https://trac.osgeo.org/grass/changeset/68394)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@68401 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 9 年之前
父节点
当前提交
ee95567c02
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      gui/wxpython/xml/menudata_pyedit.xml

+ 5 - 0
gui/wxpython/xml/menudata_pyedit.xml

@@ -62,6 +62,11 @@
           <help>Load full GRASS module example</help>
           <handler>OnGrassModuleExample</handler>
         </menuitem>
+        <menuitem>
+          <label>Load GRASS module error &amp;handling example</label>
+          <help>Load full GRASS module with error handling example</help>
+          <handler>OnGrassModuleErrorHandlingExample</handler>
+        </menuitem>
       </items>
     </menu>
     <menu>