Browse Source

wxGUI: add v.edit to the menu
(merge from devbr6, https://trac.osgeo.org/grass/changeset/34634)


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34636 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 16 years ago
parent
commit
29bb81d22f
1 changed files with 5 additions and 0 deletions
  1. 5 0
      gui/wxpython/gui_modules/menudata.py

+ 5 - 0
gui/wxpython/gui_modules/menudata.py

@@ -1229,6 +1229,11 @@ class Data:
                                  _("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"),