Browse Source

wxNviz: new flythrough icon added

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49663 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 13 years ago
parent
commit
9d3e472ec3
2 changed files with 1 additions and 1 deletions
  1. BIN
      gui/icons/grass/flythrough.png
  2. 1 1
      gui/wxpython/icons/icon.py

BIN
gui/icons/grass/flythrough.png


+ 1 - 1
gui/wxpython/icons/icon.py

@@ -342,7 +342,7 @@ Icons = {
         'rotate':   MetaIcon(img = iconSet.get('3d-rotate', wx.ART_ERROR),
         'rotate':   MetaIcon(img = iconSet.get('3d-rotate', wx.ART_ERROR),
                              label = _('Rotate 3D scene'),
                              label = _('Rotate 3D scene'),
                              desc = _('Drag with mouse to 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'),
                              label = _('Fly-through mode'),
                              desc = _('Drag with mouse, hold Ctrl down for different mode'
                              desc = _('Drag with mouse, hold Ctrl down for different mode'
                                       ' or Shift to accelerate')),
                                       ' or Shift to accelerate')),