[GRASS-SVN] r50107 - grass/trunk/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 9 09:22:29 EST 2012
Author: lucadelu
Date: 2012-01-09 06:22:29 -0800 (Mon, 09 Jan 2012)
New Revision: 50107
Modified:
grass/trunk/gui/wxpython/xml/menudata.README
grass/trunk/gui/wxpython/xml/menudata.xml
Log:
move entry position and change label of v.to.db;change path to update_menudata.py
Modified: grass/trunk/gui/wxpython/xml/menudata.README
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.README 2012-01-09 14:20:45 UTC (rev 50106)
+++ grass/trunk/gui/wxpython/xml/menudata.README 2012-01-09 14:22:29 UTC (rev 50107)
@@ -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
Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml 2012-01-09 14:20:45 UTC (rev 50106)
+++ grass/trunk/gui/wxpython/xml/menudata.xml 2012-01-09 14:22:29 UTC (rev 50107)
@@ -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>
More information about the grass-commit
mailing list