فهرست منبع

wxGUI/pyedit: add to File menu so it can be discovered and described through text (not just icon in toolbar)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@71302 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 7 سال پیش
والد
کامیت
3f3ac1a03d
2فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 1 0
      gui/wxpython/xml/toolboxes.xml
  2. 5 0
      gui/wxpython/xml/wxgui_items.xml

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

@@ -40,6 +40,7 @@
       <wxgui-item name="MapSwipe"/>
       <separator/>
       <wxgui-item name="LaunchScript"/>
+      <wxgui-item name="PyEdit"/>
       <separator/>
       <wxgui-item name="CloseGUI"/>
       <wxgui-item name="Quit"/>

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

@@ -62,6 +62,11 @@
     <handler>OnRunScript</handler>
     <description>Launches script file.</description>
   </wxgui-item>
+  <wxgui-item name="PyEdit">
+    <label>Simple Python Editor</label>
+    <handler>OnSimpleEditor</handler>
+    <description>Launches Simple Python Editor.</description>
+  </wxgui-item>
   <wxgui-item name="CloseGUI">
     <label>Close GUI</label>
     <handler>OnCloseWindow</handler>