Code

Updated the text of the JessyInk effect extension to make translation easier (bug...
[inkscape.git] / share / extensions / cdr_input.inx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3     <_name>Corel DRAW Input</_name>
4     <id>org.inkscape.input.cdr</id>
5     <!-- the uniconv or uniconvertor dependency will be tested by uniconv-ext.py -->
6     <dependency type="executable" location="extensions">uniconv-ext.py</dependency>
7     <input>
8         <extension>.cdr</extension>
9         <mimetype>image/x-xcdr</mimetype>
10         <_filetypename>Corel DRAW 7-X4 files (*.cdr)</_filetypename>
11         <_filetypetooltip>Open files saved in Corel DRAW 7-X4</_filetypetooltip>
12         <output_extension>org.inkscape.output.cdr</output_extension>
13     </input>
14     <script>
15         <command reldir="extensions" interpreter="python">uniconv-ext.py</command>
16     </script>
17 </inkscape-extension>