[GRASS-SVN] r53847 - grass/trunk/gui/wxpython/psmap
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Nov 16 07:37:59 PST 2012
Author: annakrat
Date: 2012-11-16 07:37:59 -0800 (Fri, 16 Nov 2012)
New Revision: 53847
Modified:
grass/trunk/gui/wxpython/psmap/frame.py
Log:
wxGUI/composer: fix name of ghostscript binary for Windows
Modified: grass/trunk/gui/wxpython/psmap/frame.py
===================================================================
--- grass/trunk/gui/wxpython/psmap/frame.py 2012-11-16 14:49:57 UTC (rev 53846)
+++ grass/trunk/gui/wxpython/psmap/frame.py 2012-11-16 15:37:59 UTC (rev 53847)
@@ -2188,7 +2188,7 @@
file = tempfile.mktemp()
# Build ghostscript command - for Windows
- command = ["gs",
+ command = ["gswin32c",
"-q", # quite mode
"-g%dx%d" % size, # set output geometry (pixels)
"-dNOPAUSE -dSAFER", # don't pause between pages, safe mode
More information about the grass-commit
mailing list