[GRASS-SVN] r49809 - grass/trunk/gui/wxpython/lmgr

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Dec 18 12:15:50 EST 2011


Author: martinl
Date: 2011-12-18 09:15:50 -0800 (Sun, 18 Dec 2011)
New Revision: 49809

Modified:
   grass/trunk/gui/wxpython/lmgr/toolbars.py
Log:
wxGUI: fix typo in icon name


Modified: grass/trunk/gui/wxpython/lmgr/toolbars.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/toolbars.py	2011-12-18 16:36:20 UTC (rev 49808)
+++ grass/trunk/gui/wxpython/lmgr/toolbars.py	2011-12-18 17:15:50 UTC (rev 49809)
@@ -86,7 +86,7 @@
             'addRast'    : BaseIcons['addRast'].SetLabel(_("Add raster map layer (Ctrl+Shift+R)")),
             'rastMisc'   : MetaIcon(img = 'layer-raster-more',
                                     label = _('Add various raster map layers (RGB, HIS, shaded relief...)')),
-            'addVect'    : BaseIcons['addRast'].SetLabel(_("Add vector map layer (Ctrl+Shift+V)")),
+            'addVect'    : BaseIcons['addVect'].SetLabel(_("Add vector map layer (Ctrl+Shift+V)")),
             'vectMisc'   : MetaIcon(img = 'layer-vector-more',
                                     label = _('Add various vector map layers (thematic, chart...)')),
             'addGroup'   : MetaIcon(img = 'layer-group-add',



More information about the grass-commit mailing list