[GRASS-SVN] r58954 - grass/trunk/gui/wxpython/lmgr

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 8 02:54:38 PST 2014


Author: martinl
Date: 2014-02-08 02:54:38 -0800 (Sat, 08 Feb 2014)
New Revision: 58954

Modified:
   grass/trunk/gui/wxpython/lmgr/layertree.py
Log:
wxGUI: fix typo in icon name

Modified: grass/trunk/gui/wxpython/lmgr/layertree.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/layertree.py	2014-02-08 10:06:56 UTC (rev 58953)
+++ grass/trunk/gui/wxpython/lmgr/layertree.py	2014-02-08 10:54:38 UTC (rev 58954)
@@ -99,7 +99,7 @@
     'layer3d-raster'  : MetaIcon(img = 'layer-raster3d-add',
                             label = _('Add 3D raster map layer'),
                             desc  =  _('Note that 3D raster data are rendered only in 3D view mode')),
-    'layerWMS'      :  MetaIcon(img = 'layer-wms-add',
+    'layerWms'      :  MetaIcon(img = 'layer-wms-add',
                             label = _('Add WMS layer.')),
     'layerOptions'  : MetaIcon(img = 'options',
                                label = _('Set options')),
@@ -217,7 +217,7 @@
                          "layerRastnum", "layerVector", "layerThememap",
                          "layerThemechart", "layerGrid", "layerGeodesic",
                          "layerRhumb", "layerLabels", "layerCmd",
-                         "layerWMS", "layerEdited"):
+                         "layerWms", "layerEdited"):
             iconKey = iconName[len("layer"):].lower()
             icon = LMIcons[iconName].GetBitmap(self.bmpsize)
             self._icon[iconKey] = il.Add(icon)



More information about the grass-commit mailing list