diff options
| author | Adib Taraben <theadib@gmail.com> | 2015-01-07 18:19:23 +0000 |
|---|---|---|
| committer | theAdib <theadib@gmail.com> | 2015-01-07 18:19:23 +0000 |
| commit | bdd94feb1b547727cc732bf974632cf502c6d85f (patch) | |
| tree | 8cee4a8cbde6378db2f30bceb05bcfb8ecf0f216 /packaging | |
| parent | Preferences. Fix for Bug #1401993 (Keyboard shortcut editor throws together e... (diff) | |
| download | inkscape-bdd94feb1b547727cc732bf974632cf502c6d85f.tar.gz inkscape-bdd94feb1b547727cc732bf974632cf502c6d85f.zip | |
fix for #1399720, win32 msi packaging error on .svg extension registration
(bzr r13846)
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/wix/inkscape.wxs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/wix/inkscape.wxs b/packaging/wix/inkscape.wxs index eaa631b3e..6dbb6cdfc 100644 --- a/packaging/wix/inkscape.wxs +++ b/packaging/wix/inkscape.wxs @@ -38,10 +38,10 @@ <DirectoryRef Id="INSTALLDIR">
<Component Id="RegisterExtension" Guid="d544e040-573e-4ea8-983e-4bcae6b87f3d" Win64='$(var.Win64)'>
<ProgId Id="inkscape.svg" Description='scalable vector graphics file' Icon='file_inkscape_exe'>
- <Extension Id='svg' ContentType='application/svg'>
+ <Extension Id='svg' ContentType='image/svg+xml'>
<Verb Id='edit' Command='Edit with Inkscape' TargetFile='file_inkscape_exe' Argument='"%1"' />
</Extension>
- <Extension Id='svgz' ContentType='application/svgz'>
+ <Extension Id='svgz' ContentType='image/svg+xml'>
<Verb Id='open' Command='Open with Inkscape' TargetFile='file_inkscape_exe' Argument='"%1"' />
</Extension>
|
