瀏覽代碼

Added r.colors.out to menus

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40987 15284696-431f-4ddb-bdfa-cd5b030d7da7
Michael Barton 15 年之前
父節點
當前提交
1ee0bc862a
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      gui/wxpython/xml/menudata.xml

+ 7 - 0
gui/wxpython/xml/menudata.xml

@@ -928,6 +928,13 @@
 	      <handler>self.RulesCmd</handler>
 	      <command>r.colors</command>
 	    </menuitem>
+	    <menuitem>
+	      <label>Export color table</label>
+	      <help>Exports the color table associated with a raster map layer.</help>
+	      <keywords>raster,color table</keywords>
+              <handler>self.OnMenuCmd</handler>
+	      <command>r.colors.out</command>
+	    </menuitem>
 	    <separator />
 	    <menuitem>
 	      <label>Blend 2 color rasters</label>