[GRASS-SVN] r47219 - grass/trunk/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jul 22 01:23:26 EDT 2011


Author: cmbarton
Date: 2011-07-21 22:23:26 -0700 (Thu, 21 Jul 2011)
New Revision: 47219

Modified:
   grass/trunk/gui/wxpython/xml/menudata.xml
Log:
Add a couple missing volume commands to menu

Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml	2011-07-21 20:56:04 UTC (rev 47218)
+++ grass/trunk/gui/wxpython/xml/menudata.xml	2011-07-22 05:23:26 UTC (rev 47219)
@@ -2907,8 +2907,21 @@
 	    </menuitem>
 	  </items>
 	</menu>
-	<separator />
 	<menuitem>
+	  <label>3D color tables</label>
+	  <help>Creates/modifies color table associated with a 3D volume.</help>
+	  <keywords>raster3d,voxel</keywords>
+	  <handler>OnMenuCmd</handler>
+	  <command>r3.colors</command>
+	</menuitem>
+	<menuitem>
+	  <label>Export 3D color table</label>
+	  <help>Export color table associated with a 3D volume.</help>
+	  <keywords>raster3d,voxel</keywords>
+	  <handler>OnMenuCmd</handler>
+	  <command>r3.colors.out</command>
+	</menuitem>	<separator />
+	<menuitem>
 	  <label>3D Mask</label>
 	  <help>Establishes the current working 3D raster mask.</help>
 	  <keywords>raster3d,voxel</keywords>



More information about the grass-commit mailing list