[GRASS-SVN] r38273 - grass/trunk/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jul 5 15:38:36 EDT 2009
Author: martinl
Date: 2009-07-05 15:38:36 -0400 (Sun, 05 Jul 2009)
New Revision: 38273
Modified:
grass/trunk/gui/wxpython/xml/menudata.xml
Log:
g.extension added to the wxGUI menu
Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml 2009-07-05 19:29:15 UTC (rev 38272)
+++ grass/trunk/gui/wxpython/xml/menudata.xml 2009-07-05 19:38:36 UTC (rev 38273)
@@ -716,6 +716,13 @@
</items>
</menu>
<menuitem>
+ <label>Manage extensions</label>
+ <help>Tool to maintain GRASS extensions in local GRASS installation.</help>
+ <keywords>installation, extensions</keywords>
+ <handler>self.OnMenuCmd</handler>
+ <command>g.extension</command>
+ </menuitem>
+ <menuitem>
<label>Preferences</label>
<help>User GUI preferences (display font, commands, digitizer, etc.)</help>
<handler>self.OnPreferences</handler>
More information about the grass-commit
mailing list