[GRASS-SVN] r53360 - grass/branches/develbranch_6/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 11 04:13:13 PDT 2012


Author: martinl
Date: 2012-10-11 04:13:13 -0700 (Thu, 11 Oct 2012)
New Revision: 53360

Modified:
   grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
Log:
wxGUI: menu for extensions
       (merge r53358 from trunk)


Modified: grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml	2012-10-11 11:08:51 UTC (rev 53359)
+++ grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml	2012-10-11 11:13:13 UTC (rev 53360)
@@ -870,8 +870,11 @@
           </items>
         </menu>
         <separator />
+	<menu>
+          <label>Addons extensions</label>
+          <items>
             <menuitem>
-              <label>Install extension from add-ons</label>
+              <label>Install extension from addons</label>
               <help>Installs new extension from GRASS AddOns SVN repository.</help>
               <keywords>general,extensions</keywords>
               <handler>OnInstallExtension</handler>
@@ -885,12 +888,14 @@
               <command>g.extension.rebuild.all.py</command>
             </menuitem>
             <menuitem>
-              <label>Remove extension</label>
+              <label>Uninstall extension</label>
               <help>Removes installed GRASS AddOns extension.</help>
               <keywords>general,extensions</keywords>
               <handler>OnUninstallExtension</handler>
               <command>g.extension</command>
             </menuitem>
+	  </items>
+	</menu>
         <separator />
         <menuitem>
           <label>Preferences</label>



More information about the grass-commit mailing list