diff options
author | Sean Young <sean@mess.org> | 2016-01-14 20:13:45 +0000 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-01-18 07:43:22 +0000 |
commit | 264c398888c591846d1c714851d2d571fbd041cf (patch) | |
tree | ba6fb88189b9cf820fb2efb97b93dfe6f77e91ae /sysui/desktop/macosx | |
parent | b09b496b9f1713581d1a54e88e6cfd6565c43a2b (diff) |
Set file association for MS Write files on linux and Mac
Other mime types used for MS Write are application/x-wri,
application/mswrite and application/wri. I think these were
pretty rare though.
Change-Id: I2bf48ab7a2fb1d979db38774ae0547c5ab6040d4
Reviewed-on: https://gerrit.libreoffice.org/21552
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'sysui/desktop/macosx')
-rwxr-xr-x | sysui/desktop/macosx/Info.plist.in | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sysui/desktop/macosx/Info.plist.in b/sysui/desktop/macosx/Info.plist.in index 604a3568152b..bd10c26b2ed7 100755 --- a/sysui/desktop/macosx/Info.plist.in +++ b/sysui/desktop/macosx/Info.plist.in @@ -1142,6 +1142,29 @@ <string>public.content</string> </array> <key>UTTypeDescription</key> + <string>Microsoft Write</string> + <key>UTTypeIdentifier</key> + <string>org.libreoffice.wri-document</string> + <key>UTTypeTagSpecification</key> + <dict> + <key>public.filename-extension</key> + <array> + <string>wri</string> + </array> + <key>public.mime-type</key> + <array> + <string>application/x-mswrite</string> + </array> + </dict> + </dict> + + <dict> + <key>UTTypeConformsTo</key> + <array> + <string>public.data</string> + <string>public.content</string> + </array> + <key>UTTypeDescription</key> <string>Data Interchange Format</string> <key>UTTypeIdentifier</key> <string>org.libreoffice.dif-document</string> @@ -1782,6 +1805,7 @@ <string>org.libreoffice.wpd-document</string> <string>org.libreoffice.hwp-document</string> <string>org.libreoffice.wks-document</string> + <string>org.libreoffice.wri-document</string> <string>org.libreoffice.dif-document</string> <string>org.libreoffice.slk-document</string> <string>org.libreoffice.csv-document</string> |