浏览代码

Add a couple missing volume commands to menu

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47219 15284696-431f-4ddb-bdfa-cd5b030d7da7
Michael Barton 14 年之前
父节点
当前提交
26def60b27
共有 1 个文件被更改,包括 14 次插入1 次删除
  1. 14 1
      gui/wxpython/xml/menudata.xml

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

@@ -2907,7 +2907,20 @@
 	    </menuitem>
 	    </menuitem>
 	  </items>
 	  </items>
 	</menu>
 	</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>
 	<menuitem>
 	  <label>3D Mask</label>
 	  <label>3D Mask</label>
 	  <help>Establishes the current working 3D raster mask.</help>
 	  <help>Establishes the current working 3D raster mask.</help>