From 355799ce0bbb078237dfc1ae9874bbc5342acbc4 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 17 Dec 2009 23:55:02 +0000 Subject: Merge branches/MarkieB/gtkmain to trunk. svn path=/trunk/netsurf/; revision=9729 --- content/content.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'content/content.c') diff --git a/content/content.c b/content/content.c index e00f3bcd6..8b6cfd47d 100644 --- a/content/content.c +++ b/content/content.c @@ -155,6 +155,9 @@ static const struct mime_entry mime_map[] = { {"image/svg", CONTENT_SVG}, {"image/svg+xml", CONTENT_SVG}, #endif +#ifdef WITH_BMP + {"image/vnd.microsoft.icon", CONTENT_ICO}, +#endif #ifdef WITH_ARTWORKS {"image/x-artworks", CONTENT_ARTWORKS}, #endif -- cgit v1.2.3