~ubuntu-branches/debian/experimental/inkscape/experimental

« back to all changes in this revision

Viewing changes to share/extensions/ai_output.inx

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Viehmann
  • Date: 2008-09-09 23:29:02 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080909232902-c50iujhk1w79u8e7
Tags: 0.46-2.1
* Non-maintainer upload.
* Add upstream patch fixing a crash in the open dialog
  in the zh_CN.utf8 locale. Closes: #487623.
  Thanks to Luca Bruno for the patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<inkscape-extension>
2
 
    <_name>AI Output</_name>
 
2
    <_name>AI 8.0 Output</_name>
3
3
    <id>org.inkscape.output.ai</id>
4
4
    <dependency type="executable" location="path">gs</dependency>
5
5
    <dependency type="extension">org.inkscape.output.ps</dependency>
6
6
    <output>
7
7
        <extension>.ai</extension>
8
8
        <mimetype>image/x-adobe-illustrator</mimetype>
9
 
        <_filetypename>Adobe Illustrator (*.ai)</_filetypename>
10
 
        <_filetypetooltip>Write Adobe Illustrator</_filetypetooltip>
 
9
        <_filetypename>Adobe Illustrator 8.0 (*.ai)</_filetypename>
 
10
        <_filetypetooltip>Write Adobe Illustrator 8.0 (Postscript-based)</_filetypetooltip>
11
11
    </output>
12
12
    <script>
13
13
        <command reldir="path">gs -q -dNODISPLAY -dSAFER ps2ai.ps</command>