r19106 by jghali - #12300: cannot run gnuplot on windows 8
scribus-commit
scribus-commit at lists.scribus.net
Sat May 10 21:29:09 UTC 2014
Author: jghali
Date: Sat May 10 21:29:09 2014
New Revision: 19106
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=19106
Log:
#12300: cannot run gnuplot on windows 8
Modified:
branches/Version14x/Scribus/resources/editorconfig/200_gnuplot.xml
Modified: branches/Version14x/Scribus/resources/editorconfig/200_gnuplot.xml
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=19106&path=/branches/Version14x/Scribus/resources/editorconfig/200_gnuplot.xml
==============================================================================
--- branches/Version14x/Scribus/resources/editorconfig/200_gnuplot.xml (original)
+++ branches/Version14x/Scribus/resources/editorconfig/200_gnuplot.xml Sat May 10 21:29:09 2014
@@ -13,7 +13,7 @@
</empty-frame-text>
<preamble>
set terminal png transparent enhanced size $scribus_realwidth_px$,$scribus_realheight_px$
- set output "$scribus_file$.png"
+ set output '$scribus_file$.png'
set xrange [$scribus_xmin$:$scribus_xmax$]
set yrange [$scribus_ymin$:$scribus_ymax$]
set title "$scribus_title$"
More information about the scribus-commit
mailing list