[GRASS-SVN] r34634 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Nov 30 14:11:48 EST 2008
Author: martinl
Date: 2008-11-30 14:11:48 -0500 (Sun, 30 Nov 2008)
New Revision: 34634
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py
Log:
wxGUI: add v.edit to the menu
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py 2008-11-30 18:57:17 UTC (rev 34633)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py 2008-11-30 19:11:48 UTC (rev 34634)
@@ -1218,6 +1218,11 @@
_("Create new empty vector map"),
"self.OnNewVector",
""),
+
+ (_("Edit vector map (non-interactively)"),
+ _("Edits a vector map, allows adding, deleting and modifying selected vector features."),
+ "self.OnMenuCmd",
+ "v.edit"),
("","","", ""),
(_("Create/rebuild topology"),
More information about the grass-commit
mailing list