From 4c829ae481aa155517f114c5cb12e132e7ba3c15 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 7 Oct 2011 21:03:45 +0000 Subject: use resource:favicon.ico instead of resource:favicon.png svn path=/trunk/netsurf/; revision=12982 --- content/fetchers/resource.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/fetchers') diff --git a/content/fetchers/resource.c b/content/fetchers/resource.c index ff1c0af9b..77a25d36c 100644 --- a/content/fetchers/resource.c +++ b/content/fetchers/resource.c @@ -78,7 +78,7 @@ static const char *fetch_resource_paths[] = { "quirks.css", "credits.html", "licence.html", - "favicon.png", + "favicon.ico", "netsurf.png" }; static struct fetch_resource_map_entry { -- cgit v1.2.3