[GRASS-SVN] r51731 - in grass/branches/develbranch_6/gui: icons/grass2 wxpython/psmap

svn_grass at osgeo.org svn_grass at osgeo.org
Fri May 25 04:51:22 EDT 2012


Author: annakrat
Date: 2012-05-25 01:51:21 -0700 (Fri, 25 May 2012)
New Revision: 51731

Added:
   grass/branches/develbranch_6/gui/icons/grass2/line-add.png
   grass/branches/develbranch_6/gui/icons/grass2/point-add.png
   grass/branches/develbranch_6/gui/icons/grass2/rectangle-add.png
Modified:
   grass/branches/develbranch_6/gui/wxpython/psmap/toolbars.py
Log:
wxGUI/wxpsmap: new icons for adding graphics (by Robert Szczepanek) - merge from trunk r51730

Copied: grass/branches/develbranch_6/gui/icons/grass2/line-add.png (from rev 51730, grass/trunk/gui/icons/grass/line-add.png)
===================================================================
(Binary files differ)

Copied: grass/branches/develbranch_6/gui/icons/grass2/point-add.png (from rev 51730, grass/trunk/gui/icons/grass/point-add.png)
===================================================================
(Binary files differ)

Copied: grass/branches/develbranch_6/gui/icons/grass2/rectangle-add.png (from rev 51730, grass/trunk/gui/icons/grass/rectangle-add.png)
===================================================================
(Binary files differ)

Modified: grass/branches/develbranch_6/gui/wxpython/psmap/toolbars.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/psmap/toolbars.py	2012-05-25 08:38:07 UTC (rev 51730)
+++ grass/branches/develbranch_6/gui/wxpython/psmap/toolbars.py	2012-05-25 08:51:21 UTC (rev 51731)
@@ -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