diff --git a/common/plotters/PDF_plotter.cpp b/common/plotters/PDF_plotter.cpp index 94375a0a61..004fe73704 100644 --- a/common/plotters/PDF_plotter.cpp +++ b/common/plotters/PDF_plotter.cpp @@ -752,7 +752,7 @@ bool PDF_PLOTTER::EndPlot() "/CreationDate (%s)\n" "/Creator (%s)\n" "/Title (%s)\n" - "/Trapped No\n", + "/Trapped False\n", date_buf, TO_UTF8( creator ), TO_UTF8( title ) );