Explorar el Código

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 hace 16 años
padre
commit
29bb81d22f
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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"),