[GRASS-SVN] r46000 - grass-addons/gui/wxpython/wx.psmap/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Apr 16 05:11:38 EDT 2011


Author: martinl
Date: 2011-04-16 02:11:38 -0700 (Sat, 16 Apr 2011)
New Revision: 46000

Modified:
   grass-addons/gui/wxpython/wx.psmap/gui_modules/psmap.py
Log:
wx.psmap: icon `pdf-export` now available in SVN


Modified: grass-addons/gui/wxpython/wx.psmap/gui_modules/psmap.py
===================================================================
--- grass-addons/gui/wxpython/wx.psmap/gui_modules/psmap.py	2011-04-16 09:10:34 UTC (rev 45999)
+++ grass-addons/gui/wxpython/wx.psmap/gui_modules/psmap.py	2011-04-16 09:11:38 UTC (rev 46000)
@@ -58,7 +58,7 @@
                                 label = _('Load text file with mapping instructions')),                           
     'psExport'       : MetaIcon(img = iconSet['ps-export'],
                                 label = _('Generate PostScript output')),
-    'pdfExport'      : MetaIcon(img = iconSet['ps-export'],
+    'pdfExport'      : MetaIcon(img = iconSet['pdf-export'],
                                 label = _('Generate PDF output')),
     'pageSetup'  : MetaIcon(img = iconSet['page-settings'],
                             label = _('Page setup'),



More information about the grass-commit mailing list