[GRASS-SVN] r51732 - in grass/branches/releasebranch_6_4/gui:
icons/grass2 wxpython/psmap
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri May 25 04:57:39 EDT 2012
Author: annakrat
Date: 2012-05-25 01:57:38 -0700 (Fri, 25 May 2012)
New Revision: 51732
Added:
grass/branches/releasebranch_6_4/gui/icons/grass2/line-add.png
grass/branches/releasebranch_6_4/gui/icons/grass2/point-add.png
grass/branches/releasebranch_6_4/gui/icons/grass2/rectangle-add.png
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/psmap/toolbars.py
Log:
wxGUI/wxpsmap: new icons for adding graphics (by Robert Szczepanek) - merge from trunk r51730
Copied: grass/branches/releasebranch_6_4/gui/icons/grass2/line-add.png (from rev 51730, grass/trunk/gui/icons/grass/line-add.png)
===================================================================
(Binary files differ)
Copied: grass/branches/releasebranch_6_4/gui/icons/grass2/point-add.png (from rev 51730, grass/trunk/gui/icons/grass/point-add.png)
===================================================================
(Binary files differ)
Copied: grass/branches/releasebranch_6_4/gui/icons/grass2/rectangle-add.png (from rev 51730, grass/trunk/gui/icons/grass/rectangle-add.png)
===================================================================
(Binary files differ)
Modified: grass/branches/releasebranch_6_4/gui/wxpython/psmap/toolbars.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/psmap/toolbars.py 2012-05-25 08:51:21 UTC (rev 51731)
+++ grass/branches/releasebranch_6_4/gui/wxpython/psmap/toolbars.py 2012-05-25 08:57:38 UTC (rev 51732)
@@ -85,11 +85,11 @@
label = _('North Arrow')),
'drawGraphics': MetaIcon(img = 'edit',
label = _('Add simple graphics')),
- 'pointAdd' : MetaIcon(img = '',
+ 'pointAdd' : MetaIcon(img = 'point-add',
label = _('Point')),
- 'lineAdd' : MetaIcon(img = '',
+ 'lineAdd' : MetaIcon(img = 'line-add',
label = _('Line')),
- 'rectangleAdd': MetaIcon(img = '',
+ 'rectangleAdd': MetaIcon(img = 'rectangle-add',
label = _('Rectangle')),
}
self.icons = icons
More information about the grass-commit
mailing list