[GRASS-SVN] r45492 - grass/trunk/gui/wxpython/icons

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 28 16:45:31 EST 2011


Author: martinl
Date: 2011-02-28 13:45:31 -0800 (Mon, 28 Feb 2011)
New Revision: 45492

Modified:
   grass/trunk/gui/wxpython/icons/icon.py
Log:
wxGUI: add quit icon desc for graphical modeler


Modified: grass/trunk/gui/wxpython/icons/icon.py
===================================================================
--- grass/trunk/gui/wxpython/icons/icon.py	2011-02-28 21:25:50 UTC (rev 45491)
+++ grass/trunk/gui/wxpython/icons/icon.py	2011-02-28 21:45:31 UTC (rev 45492)
@@ -387,6 +387,8 @@
                                 label = _('Manage model variables')),
         'redraw'     : MetaIcon(img = iconSet['redraw'],
                                 label = _('Redraw model canvas')),
+        'quit'       : MetaIcon(img = iconSet['quit'],
+                                label = _('Quit Graphical Modeler')),
         },
     'psMap' : {
         'script' : MetaIcon(img = iconSet['ps-script'],



More information about the grass-commit mailing list