Browse Source

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 years ago
parent
commit
ee95567c02
1 changed files with 5 additions and 0 deletions
  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>