summaryrefslogtreecommitdiffstats
path: root/ark/archiveformatinfo.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2017-11-25 18:49:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2017-11-25 18:49:52 +0900
commit96765e0aa27a58e8747b8f867713fd1cc45c19b4 (patch)
tree29399d946f0f7e7772971e3d66a61acec3521c98 /ark/archiveformatinfo.cpp
parent33fb502e420c40e3b85c24fcb350f9a7f194ac39 (diff)
downloadtdeutils-96765e0aa27a58e8747b8f867713fd1cc45c19b4.tar.gz
tdeutils-96765e0aa27a58e8747b8f867713fd1cc45c19b4.zip
Removed non existent application/x-tbz2 mimetype. This relates to bug 2043.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ark/archiveformatinfo.cpp')
-rw-r--r--ark/archiveformatinfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ark/archiveformatinfo.cpp b/ark/archiveformatinfo.cpp
index 1cff881..31448b4 100644
--- a/ark/archiveformatinfo.cpp
+++ b/ark/archiveformatinfo.cpp
@@ -52,7 +52,6 @@ void ArchiveFormatInfo::buildFormatInfos()
addFormatInfo( TAR_FORMAT, "application/x-tzo", ".tar.lzo" );
addFormatInfo( TAR_FORMAT, "application/x-tarz", ".tar.z" );
addFormatInfo( TAR_FORMAT, "application/x-tbz", ".tar.bz2" );
- addFormatInfo( TAR_FORMAT, "application/x-tbz2", ".tar.bz2" );
addFormatInfo( TAR_FORMAT, "application/x-tlz", ".tar.lzma" );
addFormatInfo( TAR_FORMAT, "application/x-txz", ".tar.xz" );