diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2014-09-19 00:07:09 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2014-09-19 00:07:09 +0000 |
| commit | 274a671c959becc8c989dc6a3561c608c173f6d3 (patch) | |
| tree | 1ab36b51da49862d28ebebb8ed0db985735f6f5b /packaging | |
| parent | update to trunk (r13540) (diff) | |
| parent | Fix build for fink on OS X 10.9 by including unistd.h (diff) | |
| download | inkscape-274a671c959becc8c989dc6a3561c608c173f6d3.tar.gz inkscape-274a671c959becc8c989dc6a3561c608c173f6d3.zip | |
update to trunk (r13560)
(bzr r13398.1.10)
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/wix/inkscape.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/wix/inkscape.wxs b/packaging/wix/inkscape.wxs index 3b4152a5f..eaa631b3e 100644 --- a/packaging/wix/inkscape.wxs +++ b/packaging/wix/inkscape.wxs @@ -74,7 +74,7 @@ <ComponentRef Id='DesktopShortcut' />
</Feature>
- <Feature Id='RegisterExtension' Level='1' Title='register file extension' Description='register .svg and .svgz file extension to explorer context menu' AllowAdvertise='no'>
+ <Feature Id='RegisterExtension' Level='1' Title='Register file extension' Description='register .svg and .svgz file extension in explorer context menu' AllowAdvertise='no'>
<ComponentRef Id='RegisterExtension' />
</Feature>
|
