[GRASS-SVN] r45501 - grass/branches/develbranch_6/gui/wxpython/icons

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Mar 1 05:41:54 EST 2011


Author: martinl
Date: 2011-03-01 02:41:54 -0800 (Tue, 01 Mar 2011)
New Revision: 45501

Modified:
   grass/branches/develbranch_6/gui/wxpython/icons/icon.py
Log:
remove ps.map icons from svn
(merge r45500 from trunk)


Modified: grass/branches/develbranch_6/gui/wxpython/icons/icon.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/icons/icon.py	2011-03-01 10:39:44 UTC (rev 45500)
+++ grass/branches/develbranch_6/gui/wxpython/icons/icon.py	2011-03-01 10:41:54 UTC (rev 45501)
@@ -423,30 +423,6 @@
         'quit'    : MetaIcon(img = iconSet['quit'],
                              label = _('Quit Graphical Modeler')),
         },
-    'psMap' : {
-        'script'     : MetaIcon(img = iconSet['ps-script'],
-                                label = _('Generate instruction file')),
-        'export'     : MetaIcon(img = iconSet['ps-export'],
-                                label = _('Generate PostScript output')),
-        'pageSetup'  : MetaIcon(img = iconSet['settings'],
-                                label = _('Page setup'),
-                                desc = _('Specify paper size, margins and orientation')),
-        'fullExtent' : MetaIcon(img = iconSet['zoom-extent'],
-                                label = _("Full extent"),
-                                desc = _("Zoom to full extent")),
-        'addRast'    : MetaIcon(img = iconSet['layer-raster-add'],
-                                label = _("Raster map"),
-                                desc = _("Click and drag to place raster map")),
-        'addVect'   : MetaIcon(img = iconSet['layer-vector-add'],
-                               label = _("Vector map"),
-                               desc = _("Add vector map")),
-        'deleteObj' : MetaIcon(img = iconSet['layer-remove'],
-                               label = _("Delete selected object")),
-        'preview'   : MetaIcon(img = iconSet['execute'],
-                               label = _("Show preview")),
-        'quit'      : MetaIcon(img = iconSet['quit'],
-                               label = _('Quit Hardcopy Map Utility')),
-        },
     'misc' : {
         'font' : MetaIcon(img = iconSet['font'],
                           label = _('Select font')),



More information about the grass-commit mailing list