[GRASS-SVN] r39154 - in grass/branches/releasebranch_6_4/gui: icons/grass2 wxpython/icons

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Sep 12 17:06:24 EDT 2009


Author: martinl
Date: 2009-09-12 17:06:24 -0400 (Sat, 12 Sep 2009)
New Revision: 39154

Added:
   grass/branches/releasebranch_6_4/gui/icons/grass2/overlay-add.png
Removed:
   grass/branches/releasebranch_6_4/gui/icons/grass2/element-add.png
Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/icons/grass2_icons.py
Log:
change overlay icon
      (merge r39152 from trunk)


Deleted: grass/branches/releasebranch_6_4/gui/icons/grass2/element-add.png
===================================================================
(Binary files differ)

Copied: grass/branches/releasebranch_6_4/gui/icons/grass2/overlay-add.png (from rev 39152, grass/trunk/gui/icons/grass2/overlay-add.png)
===================================================================
(Binary files differ)

Modified: grass/branches/releasebranch_6_4/gui/wxpython/icons/grass2_icons.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/icons/grass2_icons.py	2009-09-12 20:42:41 UTC (rev 39153)
+++ grass/branches/releasebranch_6_4/gui/wxpython/icons/grass2_icons.py	2009-09-12 21:06:24 UTC (rev 39154)
@@ -32,7 +32,7 @@
     "histogram"  : 'layer-raster-histogram.png',
     "font"       : 'font.png',
     # overlay (mapdisplay)
-    "overlay"    : 'element-add.png',
+    "overlay"    : 'overlay-add.png',
     "addtext"    : 'text-add.png',
     "addbarscale": 'scalebar-add.png',
     "addlegend"  : 'legend-add.png',



More information about the grass-commit mailing list