Code

Following this thread: http://www.nabble.com/Extension-parameters-td9064285.html...
[inkscape.git] / share / extensions / ai_output.inx
index ebed2a19417fc9f3c0f2b7f5dbfe1e2c6684eecd..a4a07da49c9def41127fe630b1db4c26a6880ee6 100644 (file)
@@ -1,13 +1,13 @@
 <inkscape-extension>
-    <_name>AI Output</_name>
+    <_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>