summaryrefslogtreecommitdiff
path: root/frontends/gtk/fetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/gtk/fetch.c')
-rw-r--r--frontends/gtk/fetch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/gtk/fetch.c b/frontends/gtk/fetch.c
index 1f397e15f..6b6e41d39 100644
--- a/frontends/gtk/fetch.c
+++ b/frontends/gtk/fetch.c
@@ -76,6 +76,7 @@ void gtk_fetch_filetype_init(const char *mimefile)
hash_add(mime_hash, "mng", "image/mng");
hash_add(mime_hash, "webp", "image/webp");
hash_add(mime_hash, "spr", "image/x-riscos-sprite");
+ hash_add(mime_hash, "bmp", "image/bmp");
if (fh == NULL) {
LOG("Unable to open a mime.types file, so using a minimal one for you.");