[GRASS-SVN] r49669 - in grass/branches/develbranch_6/gui:
icons/grass2 wxpython/icons
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 12 03:26:05 EST 2011
Author: annakrat
Date: 2011-12-12 00:26:05 -0800 (Mon, 12 Dec 2011)
New Revision: 49669
Added:
grass/branches/develbranch_6/gui/icons/grass2/flythrough.png
Modified:
grass/branches/develbranch_6/gui/wxpython/icons/icon.py
Log:
wxNviz: new flythrough icon added (merge from trunk, r49663)
Added: grass/branches/develbranch_6/gui/icons/grass2/flythrough.png
===================================================================
(Binary files differ)
Property changes on: grass/branches/develbranch_6/gui/icons/grass2/flythrough.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: grass/branches/develbranch_6/gui/wxpython/icons/icon.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/icons/icon.py 2011-12-12 08:11:29 UTC (rev 49668)
+++ grass/branches/develbranch_6/gui/wxpython/icons/icon.py 2011-12-12 08:26:05 UTC (rev 49669)
@@ -369,7 +369,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