diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index e77c748b7..28ec719f3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1680,7 +1680,7 @@ static int do_export_ps_pdf(SPDocument* doc, gchar const* uri, char const* mime) } // set default pdf export version to 1.4, also if something went wrong - if(sp_export_pdf_version && set_export_pdf_version_fail) { + if(sp_export_pdf && set_export_pdf_version_fail) { (*i)->set_param_enum(pdfver_param_name, "PDF 1.4"); } |
