From 13b453c21e67b45b306a0d99aa51f2007a4dac10 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Tue, 6 Apr 2021 11:34:52 +0200 Subject: [PATCH] PDT plotter: fix incorrect header (from Master branch) --- common/plotters/PDF_plotter.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/plotters/PDF_plotter.cpp b/common/plotters/PDF_plotter.cpp index a2b8b399e9..cbd58bb856 100644 --- a/common/plotters/PDF_plotter.cpp +++ b/common/plotters/PDF_plotter.cpp @@ -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 ) );