[GRASS-SVN] r49663 - in grass/trunk/gui: icons/grass wxpython/icons
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 12 01:29:32 EST 2011
Author: annakrat
Date: 2011-12-11 22:29:32 -0800 (Sun, 11 Dec 2011)
New Revision: 49663
Added:
grass/trunk/gui/icons/grass/flythrough.png
Modified:
grass/trunk/gui/wxpython/icons/icon.py
Log:
wxNviz: new flythrough icon added
Added: grass/trunk/gui/icons/grass/flythrough.png
===================================================================
(Binary files differ)
Property changes on: grass/trunk/gui/icons/grass/flythrough.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: grass/trunk/gui/wxpython/icons/icon.py
===================================================================
--- grass/trunk/gui/wxpython/icons/icon.py 2011-12-12 06:00:07 UTC (rev 49662)
+++ grass/trunk/gui/wxpython/icons/icon.py 2011-12-12 06:29:32 UTC (rev 49663)
@@ -342,7 +342,7 @@
'rotate': MetaIcon(img = iconSet.get('3d-rotate', wx.ART_ERROR),
label = _('Rotate 3D scene'),
desc = _('Drag with mouse to rotate 3D scene')),
- 'flyThrough': MetaIcon(img = iconSet.get('', wx.ART_MISSING_IMAGE),
+ 'flyThrough': MetaIcon(img = iconSet.get('flythrough', wx.ART_MISSING_IMAGE),
label = _('Fly-through mode'),
desc = _('Drag with mouse, hold Ctrl down for different mode'
' or Shift to accelerate')),
More information about the grass-commit
mailing list