diff options
| author | Aaron Spike <aaron@ekips.org> | 2006-01-30 14:53:22 +0000 |
|---|---|---|
| committer | acspike <acspike@users.sourceforge.net> | 2006-01-30 14:53:22 +0000 |
| commit | 89e1c6aa36557f508d6aa452393af9c2616d1d11 (patch) | |
| tree | add63d4e22f445e22f8a3f656eadaadeb9bc8304 /share | |
| parent | r10830@tres: ted | 2006-01-29 21:07:51 -0800 (diff) | |
| download | inkscape-89e1c6aa36557f508d6aa452393af9c2616d1d11.tar.gz inkscape-89e1c6aa36557f508d6aa452393af9c2616d1d11.zip | |
oops, setting the mimetype to image/dxf. don't know if this is correct but it is what the other dxf inxs say.
(bzr r60)
Diffstat (limited to 'share')
| -rw-r--r-- | share/extensions/dxf_outlines.inx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/dxf_outlines.inx b/share/extensions/dxf_outlines.inx index cc8d1a15b..17e4d4c64 100644 --- a/share/extensions/dxf_outlines.inx +++ b/share/extensions/dxf_outlines.inx @@ -6,7 +6,7 @@ <dependency type="executable" location="extensions">inkex.py</dependency> <output> <extension>.dxf</extension> - <mimetype>application/x-dxf</mimetype> + <mimetype>image/dxf</mimetype> <_filetypename>Path outlines converted to DXF splines (*.DXF)</_filetypename> <_filetypetooltip>Path outlines converted to DXF splines</_filetypetooltip> <dataloss>TRUE</dataloss> |
