diff options
Diffstat (limited to 'src/extension/init.cpp')
| -rw-r--r-- | src/extension/init.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/extension/init.cpp b/src/extension/init.cpp index b3f9bb405..940726df5 100644 --- a/src/extension/init.cpp +++ b/src/extension/init.cpp @@ -158,7 +158,7 @@ init() Internal::Svg::init(); Internal::Svgz::init(); //Internal::PsOutput::init(); // disabled, to be deleted, replaced by CairoPsOutput - Internal::EpsOutput::init(); + //Internal::EpsOutput::init(); // disabled, to be deleted, replaced by CairoEpsOutput Internal::PrintPS::init(); #ifdef HAVE_CAIRO_PDF if (prefs_get_int_attribute("options.useoldpdfexporter", "value", 1) == 1) { @@ -171,6 +171,7 @@ init() Internal::CairoRendererOutput::init(); } Internal::CairoPsOutput::init(); + Internal::CairoEpsOutput::init(); #endif #ifdef HAVE_POPPLER Internal::PdfInput::init(); |
