[GRASS-SVN] r45920 - grass-addons/gui/wxpython/wx.psmap/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Apr 12 14:53:36 EDT 2011
Author: martinl
Date: 2011-04-12 11:53:36 -0700 (Tue, 12 Apr 2011)
New Revision: 45920
Modified:
grass-addons/gui/wxpython/wx.psmap/gui_modules/psmap.py
Log:
wx.psmap: change icon for map-info
Modified: grass-addons/gui/wxpython/wx.psmap/gui_modules/psmap.py
===================================================================
--- grass-addons/gui/wxpython/wx.psmap/gui_modules/psmap.py 2011-04-12 15:15:36 UTC (rev 45919)
+++ grass-addons/gui/wxpython/wx.psmap/gui_modules/psmap.py 2011-04-12 18:53:36 UTC (rev 45920)
@@ -81,7 +81,7 @@
label = _('Quit Hardcopy Map Utility')),
'addText' : MetaIcon(img = iconSet['text-add'],
label = _('Add text')),
- 'addMapinfo': MetaIcon(img = iconSet['map-settings'],
+ 'addMapinfo': MetaIcon(img = iconSet['map-info'],
label = _('Add map info')),
'addLegend' : MetaIcon(img = iconSet['legend-add'],
label = _('Add legend')),
More information about the grass-commit
mailing list