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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Mar 7 19:26:15 EST 2011


Author: martinl
Date: 2011-03-07 16:26:15 -0800 (Mon, 07 Mar 2011)
New Revision: 45604

Added:
   grass/branches/releasebranch_6_4/gui/icons/grass2/shortest-distance.png
Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/icons/grass2_icons.py
Log:
wxGUI: add new grass2 icon for geodetic line (by Robert Szczepanek)


Added: grass/branches/releasebranch_6_4/gui/icons/grass2/shortest-distance.png
===================================================================
(Binary files differ)


Property changes on: grass/branches/releasebranch_6_4/gui/icons/grass2/shortest-distance.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Modified: grass/branches/releasebranch_6_4/gui/wxpython/icons/grass2_icons.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/icons/grass2_icons.py	2011-03-07 18:40:19 UTC (rev 45603)
+++ grass/branches/releasebranch_6_4/gui/wxpython/icons/grass2_icons.py	2011-03-08 00:26:15 UTC (rev 45604)
@@ -81,6 +81,8 @@
     "addgrp"     : 'layer-group-add.png',
     "addovl"     : 'layer-more.png',
     "addgrid"    : 'layer-grid-add.png',
+    "addgeodesic": 'shortest-distance.png',
+    "addrhumb"   : 'shortest-distance.png',
     "addlabels"  : 'layer-label-add.png',
     "delcmd"     : 'layer-remove.png',
     "attrtable"  : 'table.png',



More information about the grass-commit mailing list