summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-11-20 22:03:07 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-11-20 22:03:07 +0000
commitc56fb9259b813ccc68437e1024c6bea01cfc3d51 (patch)
treea7b76b99ce6d83aa2e5dfacda7bbb10cbcdf6414
parent9a216aac98c612934cbc1e77978618b3210154df (diff)
downloadnetsurf-c56fb9259b813ccc68437e1024c6bea01cfc3d51.tar.gz
netsurf-c56fb9259b813ccc68437e1024c6bea01cfc3d51.tar.bz2
Enable access to hotlist icons through resource URLs.
-rw-r--r--content/fetchers/resource.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/fetchers/resource.c b/content/fetchers/resource.c
index 3de6f3c2c..0119c6b3b 100644
--- a/content/fetchers/resource.c
+++ b/content/fetchers/resource.c
@@ -86,6 +86,8 @@ static const char *fetch_resource_paths[] = {
"icons/content.png",
"icons/directory.png",
"icons/directory2.png",
+ "icons/hotlist-add.png",
+ "icons/hotlist-rmv.png",
"icons/search.png"
};
static struct fetch_resource_map_entry {