[GRASS-SVN] r54518 - in grass/trunk/gui: icons/grass wxpython/docs wxpython/mapdisp
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jan 3 10:14:13 PST 2013
Author: martinl
Date: 2013-01-03 10:14:13 -0800 (Thu, 03 Jan 2013)
New Revision: 54518
Added:
grass/trunk/gui/icons/grass/vector-tools.png
Modified:
grass/trunk/gui/wxpython/docs/wxGUI.vnet.html
grass/trunk/gui/wxpython/mapdisp/toolbars.py
Log:
change icon for vnet tool
Added: grass/trunk/gui/icons/grass/vector-tools.png
===================================================================
(Binary files differ)
Property changes on: grass/trunk/gui/icons/grass/vector-tools.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Modified: grass/trunk/gui/wxpython/docs/wxGUI.vnet.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.vnet.html 2013-01-03 18:02:08 UTC (rev 54517)
+++ grass/trunk/gui/wxpython/docs/wxGUI.vnet.html 2013-01-03 18:14:13 UTC (rev 54518)
@@ -9,7 +9,7 @@
use command line. The tool can be launched from Layer Manager
menu <i>Vector → Network analysis → Vector network analysis
tool</i> or from Map Display toolbar <i>Analyse map → 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:
Modified: grass/trunk/gui/wxpython/mapdisp/toolbars.py
===================================================================
--- grass/trunk/gui/wxpython/mapdisp/toolbars.py 2013-01-03 18:02:08 UTC (rev 54517)
+++ grass/trunk/gui/wxpython/mapdisp/toolbars.py 2013-01-03 18:14:13 UTC (rev 54518)
@@ -46,7 +46,7 @@
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')),
}
More information about the grass-commit
mailing list