[GRASS-SVN] r32422 - grass/trunk/gui/wxpython/icons
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jul 31 15:59:24 EDT 2008
Author: martinl
Date: 2008-07-31 15:59:24 -0400 (Thu, 31 Jul 2008)
New Revision: 32422
Modified:
grass/trunk/gui/wxpython/icons/icon.py
Log:
wxGUI: unused icon removed
Modified: grass/trunk/gui/wxpython/icons/icon.py
===================================================================
--- grass/trunk/gui/wxpython/icons/icon.py 2008-07-31 19:51:19 UTC (rev 32421)
+++ grass/trunk/gui/wxpython/icons/icon.py 2008-07-31 19:59:24 UTC (rev 32422)
@@ -98,7 +98,6 @@
"addshaded" : 'module-d.shadedmap.gif',
"addrarrow" : 'module-d.rast.arrow.gif',
"addrnum" : 'module-d.rast.num.gif',
- "elvect" : 'element-vector.gif',
"addthematic": 'module-d.vect.thematic.gif',
"addchart" : 'module-d.vect.chart.gif',
"addgrid" : 'module-d.grid.gif',
@@ -301,8 +300,6 @@
label=_("Add raster flow arrows")),
"addrnum" : MetaIcon (img=icons_img["addrnum"],
label=_("Add raster cell numbers")),
- "elvect" : MetaIcon (img=icons_img["elvect"],
- label=_("")),
"addthematic": MetaIcon (img=icons_img["addthematic"],
label=_("Add thematic layer")),
"addchart" : MetaIcon (img=icons_img["addchart"],
More information about the grass-commit
mailing list