浏览代码

change icon for vnet tool

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54518 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 年之前
父节点
当前提交
dbc6828312
共有 3 个文件被更改,包括 2 次插入2 次删除
  1. 二进制
      gui/icons/grass/vector-tools.png
  2. 1 1
      gui/wxpython/docs/wxGUI.vnet.html
  3. 1 1
      gui/wxpython/mapdisp/toolbars.py

二进制
gui/icons/grass/vector-tools.png


+ 1 - 1
gui/wxpython/docs/wxGUI.vnet.html

@@ -9,7 +9,7 @@ directly in <em><a href="wxGUI.html">wxGUI</a></em> without need to
 use command line. The tool can be launched from Layer Manager
 menu <i>Vector &rarr; Network analysis &rarr; Vector network analysis
 tool</i> or from Map Display toolbar <i>Analyse map &rarr; Vector
-network analysis tool</i> <img src="icons/line-split.png" alt="icon">.
+network analysis tool</i> <img src="icons/vector-tools.png" alt="icon">.
 
 <p>
 <em>Vector Network Analysis Tool</em> currently allows to:

+ 1 - 1
gui/wxpython/mapdisp/toolbars.py

@@ -46,7 +46,7 @@ MapIcons =  {
                             label = _('Add text layer')),
     'histogram'  : MetaIcon(img = 'layer-raster-histogram',
                             label = _('Create histogram of raster map')),
-    'vnet'       : MetaIcon(img = 'line-split',
+    'vnet'       : MetaIcon(img = 'vector-tools',
                             label = _('Vector network analysis tool')),
     }