diff options
Diffstat (limited to 'src/fr-command-lha.c')
-rw-r--r-- | src/fr-command-lha.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fr-command-lha.c b/src/fr-command-lha.c index 4d00af7..69f2d90 100644 --- a/src/fr-command-lha.c +++ b/src/fr-command-lha.c @@ -309,7 +309,7 @@ fr_command_lha_extract (FrCommand *comm, } -const char *lha_mime_type[] = { "application/x-lha", NULL }; +const char *lha_mime_type[] = { "application/x-lzh-compressed", NULL }; static const char ** |