diff options
author | Ray Vine <ray-v@inbox.lv> | 2018-05-28 15:29:46 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-05-28 15:29:46 +0900 |
commit | 4d3ca8ffb57589a3a401be25f60da70d9f21ee33 (patch) | |
tree | f4d5f63516709fb1d54e98e2909683b785b29581 /ark | |
parent | fd81a8bcc4b1f421036776fc83f715e712fcb115 (diff) | |
download | tdeutils-4d3ca8ffb57589a3a401be25f60da70d9f21ee33.tar.gz tdeutils-4d3ca8ffb57589a3a401be25f60da70d9f21ee33.zip |
Removed duplicated rar file mimetype. This relates to bug 2794.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ark')
-rw-r--r-- | ark/archiveformatinfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ark/archiveformatinfo.cpp b/ark/archiveformatinfo.cpp index 31448b4..e3e6ac2 100644 --- a/ark/archiveformatinfo.cpp +++ b/ark/archiveformatinfo.cpp @@ -76,7 +76,6 @@ void ArchiveFormatInfo::buildFormatInfos() addFormatInfo( ZOO_FORMAT, "application/x-zoo", ".zoo" ); addFormatInfo( RAR_FORMAT, "application/x-rar", ".rar" ); - addFormatInfo( RAR_FORMAT, "application/x-rar-compressed", ".rar" ); addFormatInfo( AA_FORMAT, "application/x-deb", ".deb" ); addFormatInfo( AA_FORMAT, "application/x-archive",".a" ); |