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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 8 07:47:11 EDT 2010


Author: martinl
Date: 2010-05-08 07:47:11 -0400 (Sat, 08 May 2010)
New Revision: 42155

Modified:
   grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
Log:
wxGUI: update menu + add g.extension


Modified: grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml	2010-05-08 11:44:07 UTC (rev 42154)
+++ grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml	2010-05-08 11:47:11 UTC (rev 42155)
@@ -796,6 +796,14 @@
 	  </items>
 	</menu>
 	<separator />
+	    <menuitem>
+	      <label>Manage add-ons extensions</label>
+	      <help>Tool to maintain GRASS extensions in local GRASS installation.</help>
+	      <keywords>general,extensions</keywords>
+	      <handler>OnMenuCmd</handler>
+	      <command>g.extension</command>
+	    </menuitem>
+	<separator />
 	<menuitem>
 	  <label>Preferences</label>
 	  <help>User GUI preferences (display font, commands, digitizer, etc.)</help>
@@ -2152,7 +2160,7 @@
 	    </menuitem>
 	    <menuitem>
 	      <label>Centrality</label>
-	      <help>Computes degree, centrality, betweeness, closeness and eigenvector cetrality measures in the network.</help>
+	      <help>Computes degree, centrality, betweeness, closeness and eigenvector centrality measures in the network.</help>
 	      <keywords>vector,network,centrality measures</keywords>
 	      <handler>OnMenuCmd</handler>
 	      <command>v.net.centrality</command>



More information about the grass-commit mailing list