PDT plotter: fix incorrect header (from Master branch)

This commit is contained in:
jean-pierre charras 2021-04-06 11:34:52 +02:00
parent 4ec3f18fda
commit 13b453c21e
1 changed files with 1 additions and 2 deletions

View File

@ -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 ) );