[GRASS-SVN] r39159 - in grass/branches/develbranch_6/gui: scripts
wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Sep 12 18:27:52 EDT 2009
Author: martinl
Date: 2009-09-12 18:27:52 -0400 (Sat, 12 Sep 2009)
New Revision: 39159
Modified:
grass/branches/develbranch_6/gui/scripts/r.recode.file
grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
Log:
add missing keywords
Modified: grass/branches/develbranch_6/gui/scripts/r.recode.file
===================================================================
--- grass/branches/develbranch_6/gui/scripts/r.recode.file 2009-09-12 21:59:19 UTC (rev 39158)
+++ grass/branches/develbranch_6/gui/scripts/r.recode.file 2009-09-12 22:27:52 UTC (rev 39159)
@@ -15,7 +15,8 @@
#%Module
-#% description: r.recode.rules - Use ascii rules file to recode categories in raster map
+#% description: r.recode.file - Use ascii rules file to recode categories in raster map
+#% keywords: raster, recode
#%End
#%option
#% key: input
Modified: grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml 2009-09-12 21:59:19 UTC (rev 39158)
+++ grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml 2009-09-12 22:27:52 UTC (rev 39159)
@@ -1447,8 +1447,9 @@
</menuitem>
<menuitem>
<label>Recode using rules file</label>
- <help>r.recode.rules - Use ascii rules file to recode categories in raster map</help>
- <keywords /><handler>self.OnMenuCmd</handler>
+ <help>r.recode.file - Use ascii rules file to recode categories in raster map</help>
+ <keywords>raster, recode</keywords>
+ <handler>self.OnMenuCmd</handler>
<command>r.recode.file</command>
</menuitem>
<separator />
@@ -1865,6 +1866,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>
@@ -2734,4 +2736,4 @@
</items>
</menu>
</menubar>
-</menudata>
\ No newline at end of file
+</menudata>
More information about the grass-commit
mailing list