[GRASS-SVN] r45606 - in grass/trunk/gui: icons/grass wxpython/icons
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 7 19:48:46 EST 2011
Author: martinl
Date: 2011-03-07 16:48:45 -0800 (Mon, 07 Mar 2011)
New Revision: 45606
Added:
grass/trunk/gui/icons/grass/shortest-distance.png
Modified:
grass/trunk/gui/wxpython/icons/icon.py
Log:
wxGUI: add new grass2 icon for geodetic line (by Robert Szczepanek)
Copied: grass/trunk/gui/icons/grass/shortest-distance.png (from rev 45605, grass/branches/develbranch_6/gui/icons/grass2/shortest-distance.png)
===================================================================
(Binary files differ)
Modified: grass/trunk/gui/wxpython/icons/icon.py
===================================================================
--- grass/trunk/gui/wxpython/icons/icon.py 2011-03-08 00:43:29 UTC (rev 45605)
+++ grass/trunk/gui/wxpython/icons/icon.py 2011-03-08 00:48:45 UTC (rev 45606)
@@ -221,9 +221,9 @@
label = _('Add thematic chart layer')),
'addGrid' : MetaIcon(img = iconSet['layer-grid-add'],
label = _('Add grid layer')),
- 'addGeodesic': MetaIcon(img = iconSet['options'],
+ 'addGeodesic': MetaIcon(img = iconSet['shortest-distance'],
label = _('Add geodesic line layer')),
- 'addRhumb' : MetaIcon(img = iconSet['options'],
+ 'addRhumb' : MetaIcon(img = iconSet['shortest-distance'],
label = _('Add rhumbline layer')),
'addLabels' : MetaIcon(img = iconSet['layer-label-add'],
label = _('Add labels')),
More information about the grass-commit
mailing list