소스 검색

remove ps.map icons from svn

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@45500 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 년 전
부모
커밋
3a435685b3
1개의 변경된 파일0개의 추가작업 그리고 24개의 파일을 삭제
  1. 0 24
      gui/wxpython/icons/icon.py

+ 0 - 24
gui/wxpython/icons/icon.py

@@ -390,30 +390,6 @@ Icons = {
         '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')),