Sfoglia il codice sorgente

wxGUI: v.what removed from menu
cosmetics in labels (v.extract, v.select)


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47933 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 13 anni fa
parent
commit
8d001f2dc6
1 ha cambiato i file con 2 aggiunte e 9 eliminazioni
  1. 2 9
      gui/wxpython/xml/menudata.xml

+ 2 - 9
gui/wxpython/xml/menudata.xml

@@ -2085,21 +2085,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 at given locations.</help>
-	  <keywords>vector,position,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>