Code

added getNamedView and createGuide methods
[inkscape.git] / share / extensions / ai_output.inx
index ebed2a19417fc9f3c0f2b7f5dbfe1e2c6684eecd..a94dd76a06c5f02c4a9126a881c7c1e943e55b2d 100644 (file)
@@ -1,13 +1,14 @@
-<inkscape-extension>
-    <_name>AI Output</_name>
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+    <_name>AI 8.0 Output</_name>
     <id>org.inkscape.output.ai</id>
     <dependency type="executable" location="path">gs</dependency>
     <dependency type="extension">org.inkscape.output.ps</dependency>
     <output>
         <extension>.ai</extension>
         <mimetype>image/x-adobe-illustrator</mimetype>
-        <_filetypename>Adobe Illustrator (*.ai)</_filetypename>
-        <_filetypetooltip>Write Adobe Illustrator</_filetypetooltip>
+        <_filetypename>Adobe Illustrator 8.0 (*.ai)</_filetypename>
+        <_filetypetooltip>Write Adobe Illustrator 8.0 (Postscript-based)</_filetypetooltip>
     </output>
     <script>
         <command reldir="path">gs -q -dNODISPLAY -dSAFER ps2ai.ps</command>