[GRASS-SVN] r69004 - grass/branches/releasebranch_7_2/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jul 18 08:12:38 PDT 2016


Author: martinl
Date: 2016-07-18 08:12:38 -0700 (Mon, 18 Jul 2016)
New Revision: 69004

Modified:
   grass/branches/releasebranch_7_2/gui/wxpython/xml/toolboxes.xml
   grass/branches/releasebranch_7_2/gui/wxpython/xml/wxgui_items.xml
Log:
wxGUI: add RGB layer to the menu
       (merge r69002 from trunk)


Modified: grass/branches/releasebranch_7_2/gui/wxpython/xml/toolboxes.xml
===================================================================
--- grass/branches/releasebranch_7_2/gui/wxpython/xml/toolboxes.xml	2016-07-18 15:10:15 UTC (rev 69003)
+++ grass/branches/releasebranch_7_2/gui/wxpython/xml/toolboxes.xml	2016-07-18 15:12:38 UTC (rev 69004)
@@ -223,6 +223,7 @@
       <wxgui-item name="AddRaster"/>
       <wxgui-item name="AddVector"/>
       <wxgui-item name="AddMultipleRastersOrVectors"/>
+      <wxgui-item name="AddRGB"/>
       <wxgui-item name="AddWebServiceLayer"/>
       <separator/>
       <wxgui-item name="NewMapDisplayWindow"/>

Modified: grass/branches/releasebranch_7_2/gui/wxpython/xml/wxgui_items.xml
===================================================================
--- grass/branches/releasebranch_7_2/gui/wxpython/xml/wxgui_items.xml	2016-07-18 15:10:15 UTC (rev 69003)
+++ grass/branches/releasebranch_7_2/gui/wxpython/xml/wxgui_items.xml	2016-07-18 15:12:38 UTC (rev 69004)
@@ -180,6 +180,11 @@
     <description>Add multiple raster or vector map layers to current display</description>
     <shortcut>Ctrl+Shift+L</shortcut>
   </wxgui-item>
+  <wxgui-item name="AddRGB">
+    <label>Add RGB raster layer</label>
+    <handler>OnAddRasterRGB</handler>
+    <description>Add RGB raster map layer to current display</description>
+  </wxgui-item>
   <wxgui-item name="AddWebServiceLayer">
     <label>Add web service layer</label>
     <handler>OnAddWS</handler>



More information about the grass-commit mailing list