summaryrefslogtreecommitdiffstats
path: root/src/extension/init.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2008-08-31 21:49:53 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2008-08-31 21:49:53 +0000
commitfd4322a994f59c10b61ab0f9a98e2b2ebc21226b (patch)
treeb8f06f0b3e2fea850483dd1f619f01627812c96b /src/extension/init.cpp
parentremove cairo and experimental from the name; now this is THE pdf exporter (diff)
downloadinkscape-fd4322a994f59c10b61ab0f9a98e2b2ebc21226b.tar.gz
inkscape-fd4322a994f59c10b61ab0f9a98e2b2ebc21226b.zip
disable old non-cairo ps export via print
(bzr r6741)
Diffstat (limited to 'src/extension/init.cpp')
-rw-r--r--src/extension/init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/init.cpp b/src/extension/init.cpp
index d19a6efeb..b3f9bb405 100644
--- a/src/extension/init.cpp
+++ b/src/extension/init.cpp
@@ -157,7 +157,7 @@ init()
/* TODO: Change to Internal */
Internal::Svg::init();
Internal::Svgz::init();
- Internal::PsOutput::init();
+ //Internal::PsOutput::init(); // disabled, to be deleted, replaced by CairoPsOutput
Internal::EpsOutput::init();
Internal::PrintPS::init();
#ifdef HAVE_CAIRO_PDF