[GRASS-SVN] r44194 - grass/branches/develbranch_6/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Nov 6 18:03:09 EDT 2010


Author: martinl
Date: 2010-11-06 15:03:09 -0700 (Sat, 06 Nov 2010)
New Revision: 44194

Modified:
   grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
Log:
update wxGUI menu by update_menudata.py


Modified: grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml	2010-11-06 22:00:26 UTC (rev 44193)
+++ grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml	2010-11-06 22:03:09 UTC (rev 44194)
@@ -915,9 +915,9 @@
 	    </menuitem>
 	    <separator />
 	    <menuitem>
-	      <label>Reproject raster</label>
+	      <label>Reproject raster map</label>
 	      <help>Re-projects a raster map from one location to the current location.</help>
-	      <keywords>raster,projection</keywords>
+	      <keywords>raster,projection,transformation</keywords>
 	      <handler>OnMenuCmd</handler>
 	      <command>r.proj</command>
 	    </menuitem>
@@ -957,7 +957,7 @@
 	    <menuitem>
 	      <label>Export color table</label>
 	      <help>Exports the color table associated with a raster map layer.</help>
-	      <keywords>raster,color table</keywords>
+	      <keywords>raster,export,color table</keywords>
               <handler>OnMenuCmd</handler>
 	      <command>r.colors.out</command>
 	    </menuitem>
@@ -1678,7 +1678,7 @@
 	    <separator />
 	    <menuitem>
 	      <label>Fill NULL cells</label>
-	      <help>Fills no-data areas in raster maps using splines interpolation.</help>
+	      <help>Fills no-data areas in raster maps using v.surf.rst splines interpolation</help>
 	      <keywords>raster,elevation,interpolation</keywords>
 	      <handler>OnMenuCmd</handler>
 	      <command>r.fillnulls</command>
@@ -1948,8 +1948,8 @@
 	    </menuitem>
 	    <menuitem>
 	      <label>Reproject vector map</label>
-	      <help>Allows projection conversion of vector maps.</help>
-	      <keywords>vector,projection</keywords>
+	      <help>Re-projects a vector map from one location to the current location.</help>
+	      <keywords>vector,projection,transformation</keywords>
 	      <handler>OnMenuCmd</handler>
 	      <command>v.proj</command>
 	    </menuitem>



More information about the grass-commit mailing list