Removed duplicated rar file mimetype. This relates to bug 2794.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 256b5e1830)
r14.0.x
Ray Vine 6 years ago committed by Michele Calgaro
parent 9aaed78004
commit e7a5dff2d9

@ -408,7 +408,7 @@ void ArkMenu::extMimeTypes()
m_extractMimeTypes << "application/x-zip" << "application/x-jar";
if ( !TDEStandardDirs::findExe( "unrar" ).isNull() )
m_extractMimeTypes << "application/x-rar" << "application/x-rar-compressed";
m_extractMimeTypes << "application/x-rar";
if ( !TDEStandardDirs::findExe( "7z" ).isNull() || !TDEStandardDirs::findExe( "7za" ).isNull() || !TDEStandardDirs::findExe( "7zr" ).isNull() )
m_extractMimeTypes << "application/x-7z";

Loading…
Cancel
Save