Sfoglia il codice sorgente

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 anni fa
parent
commit
1ee0bc862a
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  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>