[GRASS-SVN] r47934 - grass/branches/develbranch_6/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 29 05:13:38 EDT 2011
Author: martinl
Date: 2011-08-29 02:13:38 -0700 (Mon, 29 Aug 2011)
New Revision: 47934
Modified:
grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
Log:
wxGUI: v.what removed from menu
cosmetics in labels (v.extract, v.select)
(merge r47933 from trunk)
Modified: grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml 2011-08-29 09:10:35 UTC (rev 47933)
+++ grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml 2011-08-29 09:13:38 UTC (rev 47934)
@@ -2020,21 +2020,14 @@
</menu>
<separator />
<menuitem>
- <label>Query with attributes</label>
+ <label>Attribute query</label>
<help>Selects vector objects from an existing vector map and creates a new map containing only the selected objects.</help>
<keywords>vector,extract</keywords>
<handler>OnMenuCmd</handler>
<command>v.extract</command>
</menuitem>
<menuitem>
- <label>Query with coordinate(s)</label>
- <help>Queries a vector map layer at given locations.</help>
- <keywords>vector,querying</keywords>
- <handler>OnMenuCmd</handler>
- <command>v.what</command>
- </menuitem>
- <menuitem>
- <label>Query with another vector map</label>
+ <label>Spatial query</label>
<help>Selects features from vector map (A) by features from other vector map (B).</help>
<keywords>vector,spatial query</keywords>
<handler>OnMenuCmd</handler>
More information about the grass-commit
mailing list