[GRASS-SVN] r50106 - grass/branches/develbranch_6/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 9 09:20:45 EST 2012


Author: lucadelu
Date: 2012-01-09 06:20:45 -0800 (Mon, 09 Jan 2012)
New Revision: 50106

Modified:
   grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
Log:
move entry position and change label of v.to.db

Modified: grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml	2012-01-09 14:19:02 UTC (rev 50105)
+++ grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml	2012-01-09 14:20:45 UTC (rev 50106)
@@ -2400,6 +2400,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>
@@ -2445,13 +2452,6 @@
 	      <handler>OnMenuCmd</handler>
 	      <command>v.report</command>
 	    </menuitem>
-	    <menuitem>
-	      <label>Upload or report topology</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>



More information about the grass-commit mailing list