summaryrefslogtreecommitdiff
path: root/content/fetchers/resource.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-07-21 13:12:51 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-07-21 13:12:51 +0100
commita2dadbbe1261ec89fc6b05f356baef06efdc6df7 (patch)
tree2cb6c201d50edb55a8a2f74518acf3943caa9ee6 /content/fetchers/resource.c
parent02561162a9f4b3ded49cea72cd23b4b102092db8 (diff)
downloadnetsurf-a2dadbbe1261ec89fc6b05f356baef06efdc6df7.tar.gz
netsurf-a2dadbbe1261ec89fc6b05f356baef06efdc6df7.tar.bz2
Add about:welcome handler and enable resource:welcome.html.
Diffstat (limited to 'content/fetchers/resource.c')
-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 1cd04f2dd..86d5498d5 100644
--- a/content/fetchers/resource.c
+++ b/content/fetchers/resource.c
@@ -79,6 +79,7 @@ static const char *fetch_resource_paths[] = {
"user.css",
"credits.html",
"licence.html",
+ "welcome.html",
"favicon.ico",
"netsurf.png"
};