diff options
author | mezz <mezz@FreeBSD.org> | 2005-07-22 01:38:22 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-07-22 01:38:22 +0000 |
commit | 09ed80d348a020b7ea5d89399036a1175ffe7bda (patch) | |
tree | 18c39e668ef6c8b56979040fdb890c03439ffcbb /editors/abiword/files | |
parent | 983ca423ce2908077ab1ab4ec20a0e263d056c1a (diff) | |
download | FreeBSD-ports-09ed80d348a020b7ea5d89399036a1175ffe7bda.zip FreeBSD-ports-09ed80d348a020b7ea5d89399036a1175ffe7bda.tar.gz |
Add application/msword mime type for you can double click on any of .doc files
and some other features.
Submitted by: sajd in #freebsd.gnome (freenode)
Diffstat (limited to 'editors/abiword/files')
-rw-r--r-- | editors/abiword/files/patch-abiword.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/abiword/files/patch-abiword.desktop b/editors/abiword/files/patch-abiword.desktop index ed4c342..02339d5 100644 --- a/editors/abiword/files/patch-abiword.desktop +++ b/editors/abiword/files/patch-abiword.desktop @@ -10,7 +10,7 @@ Encoding=UTF-8 X-Desktop-File-Install-Version=0.9 -MimeType=application/x-abiword;text/x-abiword;text/x-xml-abiword;text/plain;application/vnd.ms-word;application/rtf;application/vnd.plain;application/xhtml+xml;text/html; -+MimeType=application/x-abiword;text/x-abiword;text/x-xml-abiword;application/vnd.ms-word;application/rtf;application/vnd.plain;application/xhtml+xml;text/html; ++MimeType=application/x-abiword;text/x-abiword;text/x-xml-abiword;application/vnd.ms-word;application/msword;application/rtf;application/vnd.plain;application/xhtml+xml;text/html; Name=Word Processor Comment=AbiWord Word Processor Name[de]=Textverarbeitung |