[GRASS-SVN] r50105 -
grass/branches/releasebranch_6_4/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 9 09:19:03 EST 2012
Author: lucadelu
Date: 2012-01-09 06:19:02 -0800 (Mon, 09 Jan 2012)
New Revision: 50105
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
Log:
move entry position and change label of v.to.db
Modified: grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml 2012-01-09 12:05:52 UTC (rev 50104)
+++ grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml 2012-01-09 14:19:02 UTC (rev 50105)
@@ -2385,6 +2385,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>
@@ -2430,13 +2437,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