summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-08-12 16:34:14 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-08-12 16:34:14 +0100
commitf0b8594c46e9149af6a372ecd09e5ad1ba53fe0b (patch)
tree6ff4fac5f016c19556285d824929f370ec5421b2
parent503999437b208d9238e482ff9538d54f83da24c4 (diff)
downloadnetsurf-f0b8594c46e9149af6a372ecd09e5ad1ba53fe0b.tar.gz
netsurf-f0b8594c46e9149af6a372ecd09e5ad1ba53fe0b.tar.bz2
Add arrow image to resource icons.
-rw-r--r--content/fetchers/resource.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/fetchers/resource.c b/content/fetchers/resource.c
index 2c31da2d4..808bd8f3a 100644
--- a/content/fetchers/resource.c
+++ b/content/fetchers/resource.c
@@ -82,6 +82,7 @@ static const char *fetch_resource_paths[] = {
"welcome.html",
"favicon.ico",
"netsurf.png",
+ "icons/arrow-l.png",
"icons/content.png",
"icons/directory.png",
"icons/search.png"