[GRASS-SVN] r54630 - grass/trunk/gui/wxpython/lmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 14 14:45:31 PST 2013
Author: martinl
Date: 2013-01-14 14:45:30 -0800 (Mon, 14 Jan 2013)
New Revision: 54630
Modified:
grass/trunk/gui/wxpython/lmgr/toolbars.py
Log:
wxGUI/lmgr: toolbar cosmetics
Modified: grass/trunk/gui/wxpython/lmgr/toolbars.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/toolbars.py 2013-01-14 20:34:35 UTC (rev 54629)
+++ grass/trunk/gui/wxpython/lmgr/toolbars.py 2013-01-14 22:45:30 UTC (rev 54630)
@@ -11,7 +11,7 @@
- toolbars::LMVectorToolbar
- toolbars::LMNvizToolbar
-(C) 2007-2011 by the GRASS Development Team
+(C) 2007-2013 by the GRASS Development Team
This program is free software under the GNU General Public License
(>=v2). Read the file COPYING that comes with GRASS for details.
@@ -90,7 +90,7 @@
'addGroup' : MetaIcon(img = 'layer-group-add',
label = _('Add group')),
'addOverlay' : MetaIcon(img = 'layer-more',
- label = _('Add grid or vector labels overlay')),
+ label = _('Add various overlays')),
'delCmd' : MetaIcon(img = 'layer-remove',
label = _('Remove selected map layer(s) from layer tree')),
}
@@ -105,13 +105,14 @@
self.parent.OnAddVector),
('vectmisc', icons["vectMisc"],
self.parent.OnAddVectorMisc),
- ('addgrp', icons["addGroup"],
- self.parent.OnAddGroup),
('addovl', icons["addOverlay"],
self.parent.OnAddOverlay),
('addWS', icons["addWS"],
self.parent.OnAddWS),
(None, ),
+ ('addgrp', icons["addGroup"],
+ self.parent.OnAddGroup),
+ (None, ),
('delcmd', icons["delCmd"],
self.parent.OnDeleteLayer),
))
More information about the grass-commit
mailing list