Fix PDF syntax error.
This commit is contained in:
parent
bcea2019d4
commit
c9bf2eaa1d
|
@ -752,7 +752,7 @@ bool PDF_PLOTTER::EndPlot()
|
|||
"/CreationDate (%s)\n"
|
||||
"/Creator (%s)\n"
|
||||
"/Title (%s)\n"
|
||||
"/Trapped false\n",
|
||||
"/Trapped No\n",
|
||||
date_buf,
|
||||
TO_UTF8( creator ),
|
||||
TO_UTF8( title ) );
|
||||
|
|
Loading…
Reference in New Issue