PDT plotter: fix incorrect header (from Master branch)
This commit is contained in:
@@ -755,8 +755,7 @@ bool PDF_PLOTTER::EndPlot()
|
||||
"/Producer (KiCAD PDF)\n"
|
||||
"/CreationDate (%s)\n"
|
||||
"/Creator (%s)\n"
|
||||
"/Title (%s)\n"
|
||||
"/Trapped false\n",
|
||||
"/Title (%s)\n",
|
||||
date_buf,
|
||||
TO_UTF8( creator ),
|
||||
TO_UTF8( title ) );
|
||||
|
||||
Reference in New Issue
Block a user