Browse Source

add missing keywords

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@39160 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 years ago
parent
commit
41277e1327
1 changed files with 3 additions and 1 deletions
  1. 3 1
      gui/wxpython/xml/menudata.xml

+ 3 - 1
gui/wxpython/xml/menudata.xml

@@ -1707,6 +1707,7 @@
 	      <label>Convert object types</label>
 	      <help>Change the type of geometry elements.</help>
 	      <handler>self.OnMenuCmd</handler>
+	      <keywords>vector,geometry</keywords>
 	      <command>v.type_wrapper.py</command>
 	    </menuitem>
 	    <separator />
@@ -1801,6 +1802,7 @@
 	      <label>Color rules</label>
 	      <help>Set colors interactively by entering color rules</help>
 	      <handler>self.RulesCmd</handler>
+	      <keywords>vector,colors</keywords>
 	      <command>vcolors</command>
 	    </menuitem>
 	  </items>
@@ -2742,4 +2744,4 @@
       </items>
     </menu>
   </menubar>
-</menudata>
+</menudata>