Browse Source

move entry position and change label of v.to.db;change path to update_menudata.py

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50107 15284696-431f-4ddb-bdfa-cd5b030d7da7
Luca Delucchi 13 years ago
parent
commit
34c7c2d73c
2 changed files with 8 additions and 8 deletions
  1. 1 1
      gui/wxpython/xml/menudata.README
  2. 7 7
      gui/wxpython/xml/menudata.xml

+ 1 - 1
gui/wxpython/xml/menudata.README

@@ -1,5 +1,5 @@
 menudata.xml is in part maintained by this script:
-  gui/wxpython/support/update_menudata.py
+  gui/wxpython/tools/update_menudata.py
 
 which updates the description and keywords (based on module's
 module->label or module->description, module->keywords), and is in

+ 7 - 7
gui/wxpython/xml/menudata.xml

@@ -2468,6 +2468,13 @@
 	  <handler>OnMenuCmd</handler>
 	  <command>v.what.vect</command>
 	</menuitem>
+	<menuitem>
+	  <label>Update database values from vector</label>
+	  <help>Populates database values from vector features.</help>
+	  <keywords>vector,database,attribute table</keywords>
+	  <handler>OnMenuCmd</handler>
+	  <command>v.to.db</command>
+	</menuitem>
 	<menu>
 	  <label>Update point attributes from raster</label>
 	  <items>
@@ -2513,13 +2520,6 @@
 	      <handler>OnMenuCmd</handler>
 	      <command>v.report</command>
 	    </menuitem>
-	    <menuitem>
-	      <label>Report or upload vector features to DB</label>
-	      <help>Populates database values from vector features.</help>
-	      <keywords>vector,database,attribute table</keywords>
-	      <handler>OnMenuCmd</handler>
-	      <command>v.to.db</command>
-	    </menuitem>
 	    <separator />
 	    <menuitem>
 	      <label>Univariate attribute statistics for points</label>