Bug 700778 - Correct TNEF mime type definition typo

This commit is contained in:
David Girault
2014-11-19 13:58:04 +01:00
committed by Milan Crha
parent 49a6129fb6
commit a425b4348b

View File

@ -71,7 +71,7 @@ G_DEFINE_DYNAMIC_TYPE (
static const gchar *parser_mime_types[] = {
"application/vnd.ms-tnef",
"application/ms-tnefl",
"application/ms-tnef",
NULL
};