[GRASS-SVN] r68401 - grass/trunk/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 7 19:36:09 PDT 2016


Author: wenzeslaus
Date: 2016-05-07 19:36:09 -0700 (Sat, 07 May 2016)
New Revision: 68401

Modified:
   grass/trunk/gui/wxpython/xml/menudata_pyedit.xml
Log:
pyedit: enable error handing example in menu (forgotten in r68394)

Modified: grass/trunk/gui/wxpython/xml/menudata_pyedit.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata_pyedit.xml	2016-05-08 02:34:27 UTC (rev 68400)
+++ grass/trunk/gui/wxpython/xml/menudata_pyedit.xml	2016-05-08 02:36:09 UTC (rev 68401)
@@ -62,6 +62,11 @@
           <help>Load full GRASS module example</help>
           <handler>OnGrassModuleExample</handler>
         </menuitem>
+        <menuitem>
+          <label>Load GRASS module error &handling example</label>
+          <help>Load full GRASS module with error handling example</help>
+          <handler>OnGrassModuleErrorHandlingExample</handler>
+        </menuitem>
       </items>
     </menu>
     <menu>



More information about the grass-commit mailing list