diff options
| author | Alexandre Prokoudine <alexandre.prokoudine@gmail.com> | 2008-02-29 06:31:11 +0000 |
|---|---|---|
| committer | prokoudine <prokoudine@users.sourceforge.net> | 2008-02-29 06:31:11 +0000 |
| commit | d6cfc17081bbdc00ca9acb6d4863e95140c6cfab (patch) | |
| tree | fb3c5755e1bb74605e5008d32613f260b8721aef | |
| parent | * [INTL: pl] Fixed bad markup (diff) | |
| download | inkscape-d6cfc17081bbdc00ca9acb6d4863e95140c6cfab.tar.gz inkscape-d6cfc17081bbdc00ca9acb6d4863e95140c6cfab.zip | |
port from 0.46 branch, bringing UC reuse for better file format support
(bzr r4903)
| -rw-r--r-- | share/extensions/wmf_input.inx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/extensions/wmf_input.inx b/share/extensions/wmf_input.inx index 99b234896..f004f1617 100644 --- a/share/extensions/wmf_input.inx +++ b/share/extensions/wmf_input.inx @@ -1,7 +1,8 @@ <inkscape-extension> <_name>Windows Metafile Input</_name> <id>org.inkscape.input.wmf</id> - <dependency type="executable">wmf2svg</dependency> + <dependency type="executable" location="path">uniconv</dependency> + <dependency type="executable" location="extensions">cdr2svg.sh</dependency> <input> <extension>.wmf</extension> <mimetype>application/x-wmf</mimetype> @@ -9,6 +10,6 @@ <_filetypetooltip>A popular graphics file format for clipart</_filetypetooltip> </input> <script> - <command reldir="path">wmf2svg</command> + <command reldir="extensions">cdr2svg.sh</command> </script> </inkscape-extension> |
