diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-09-01 08:14:13 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-09-01 08:14:13 +0000 |
| commit | 55404a97bf816558d6c22f659e74de6b7bbfffd7 (patch) | |
| tree | ce0ac403fec7cf7f5db499b0909fce3ab3186392 /src/extension/extension.h | |
| parent | enable EPS export via cairo, use it instead of the old native one (diff) | |
| download | inkscape-55404a97bf816558d6c22f659e74de6b7bbfffd7.tar.gz inkscape-55404a97bf816558d6c22f659e74de6b7bbfffd7.zip | |
Fix for missing define
(bzr r6744)
Diffstat (limited to 'src/extension/extension.h')
| -rw-r--r-- | src/extension/extension.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extension/extension.h b/src/extension/extension.h index b05f67c5d..0129f4d74 100644 --- a/src/extension/extension.h +++ b/src/extension/extension.h @@ -44,6 +44,7 @@ /** Defines the key for Postscript printing */ #define SP_MODULE_KEY_PRINT_PS "org.inkscape.print.ps" #define SP_MODULE_KEY_PRINT_CAIRO_PS "org.inkscape.print.ps.cairo" +#define SP_MODULE_KEY_PRINT_CAIRO_EPS "org.inkscape.print.eps.cairo" /** Defines the key for PDF printing */ #define SP_MODULE_KEY_PRINT_PDF "org.inkscape.print.pdf" #define SP_MODULE_KEY_PRINT_CAIRO_PDF "org.inkscape.print.pdf.cairo" |
