Code

Fix for missing define
authorjoncruz <joncruz@users.sourceforge.net>
Mon, 1 Sep 2008 08:14:13 +0000 (08:14 +0000)
committerjoncruz <joncruz@users.sourceforge.net>
Mon, 1 Sep 2008 08:14:13 +0000 (08:14 +0000)
src/extension/extension.h

index b05f67c5d90a6ca86dcdf6f970e0dabbf7b79726..0129f4d742584e2fcec9c23bf63f0db726425321 100644 (file)
@@ -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"