Browse Source

Fix PDF syntax error.

pull/16/head
Jeff Young 6 years ago
parent
commit
c9bf2eaa1d
  1. 2
      common/plotters/PDF_plotter.cpp

2
common/plotters/PDF_plotter.cpp

@ -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…
Cancel
Save