浏览代码

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 年之前
父节点
当前提交
9d3e472ec3
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 二进制
      gui/icons/grass/flythrough.png
  2. 1 1
      gui/wxpython/icons/icon.py

二进制
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),
                              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')),