summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ae02247)
raw | patch | inline | side by side (parent: ae02247)
| author | bryce <bryce@users.sourceforge.net> | |
| Tue, 23 Jan 2007 01:45:19 +0000 (01:45 +0000) | ||
| committer | bryce <bryce@users.sourceforge.net> | |
| Tue, 23 Jan 2007 01:45:19 +0000 (01:45 +0000) |
| share/extensions/ai_input.inx | patch | blob | history | |
| share/extensions/ai_output.inx | patch | blob | history |
index a6a5794d559352769e4dfc4a1cb29130a95cd9b7..025bf0d4d9331b8f4b571ab68f3c7295217acd6d 100644 (file)
<inkscape-extension>
- <_name>AI Input</_name>
+ <_name>AI 8.0 Input</_name>
<id>org.inkscape.input.ai</id>
<dependency type="executable" location="path">perl</dependency>
<dependency type="executable" location="extensions">ill2svg.pl</dependency>
<input>
<extension>.ai</extension>
<mimetype>image/x-adobe-illustrator</mimetype>
- <_filetypename>Adobe Illustrator (*.ai)</_filetypename>
- <_filetypetooltip>Open files saved with Adobe Illustrator</_filetypetooltip>
+ <_filetypename>Adobe Illustrator 8.0 (*.ai)</_filetypename>
+ <_filetypetooltip>Open files saved with Adobe Illustrator 8.0 or
+ older</_filetypetooltip>
<output_extension>org.inkscape.output.ai</output_extension>
</input>
<script>
index ebed2a19417fc9f3c0f2b7f5dbfe1e2c6684eecd..a4a07da49c9def41127fe630b1db4c26a6880ee6 100644 (file)
<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>