diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2013-01-31 15:40:36 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2013-01-31 15:40:36 +0000 |
| commit | 6530e43c5e80f0cf723d96ab47407d39bbdc8aef (patch) | |
| tree | 42bd945a993f570348bd01a773f393990651e7aa /share/extensions/cdt_input.inx | |
| parent | libcdr: add remaining CorelDRAW formats (CDT, CCX, CMX) to internal support (diff) | |
| download | inkscape-6530e43c5e80f0cf723d96ab47407d39bbdc8aef.tar.gz inkscape-6530e43c5e80f0cf723d96ab47407d39bbdc8aef.zip | |
Revert change of file names of the UC-based input extensions
(changing the ID and name tags is sufficiant, keeping the old names prevents any issues with left-behind duplicates in the install dir of a trunk build)
(bzr r12059.1.5)
Diffstat (limited to 'share/extensions/cdt_input.inx')
| -rw-r--r-- | share/extensions/cdt_input.inx | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/share/extensions/cdt_input.inx b/share/extensions/cdt_input.inx new file mode 100644 index 000000000..78d5c6a97 --- /dev/null +++ b/share/extensions/cdt_input.inx @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> + <_name>Corel DRAW templates input (UC)</_name> + <id>org.inkscape.input.cdt.uniconvertor</id> + <dependency type="executable" location="extensions">uniconv-ext.py</dependency> + <input> + <extension>.cdt</extension> + <mimetype>application/x-xcdt</mimetype> + <_filetypename>Corel DRAW 7-13 template files (UC) (.cdt)</_filetypename> + <_filetypetooltip>Open files saved in Corel DRAW 7-13 (UC)</_filetypetooltip> + </input> + <script> + <command reldir="extensions" interpreter="python">uniconv-ext.py</command> + </script> +</inkscape-extension> |
