From d2174fa8cc06c1e94d07bcab98efd00046a9ce8c Mon Sep 17 00:00:00 2001 From: François Revel Date: Mon, 21 Mar 2011 21:15:58 +0000 Subject: Change rsrc: fetcher to check the mime type of resources from the extension. Add needed resource to get about: working. svn path=/trunk/netsurf/; revision=12119 --- beos/beos_res.rdef | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'beos/beos_res.rdef') diff --git a/beos/beos_res.rdef b/beos/beos_res.rdef index 1cf87f45d..bb438859e 100644 --- a/beos/beos_res.rdef +++ b/beos/beos_res.rdef @@ -25,6 +25,8 @@ resource(203, "ca-bundle.txt") #'data' import "res/ca-bundle.txt"; resource(204, "messages") #'data' import "res/messages"; /* resource(206, "about.en.html") #'data' import "res/about.en.html"; */ /* resource(210, "netsurf.xpm") #'data' import "res/netsurf.xpm"; */ +resource(205, "netsurf.png") #'data' import "res/netsurf.png"; +resource(206, "internal.css") #'data' import "res/internal.css"; /* throbber */ resource(400, "throbber0.png") #'data' import "res/throbber/throbber0.png"; @@ -37,6 +39,11 @@ resource(406, "throbber6.png") #'data' import "res/throbber/throbber6.png"; resource(407, "throbber7.png") #'data' import "res/throbber/throbber7.png"; resource(408, "throbber8.png") #'data' import "res/throbber/throbber8.png"; +/* */ +resource(500, "credits.html") #'data' import "res/en/credits.html,faf"; +resource(501, "licence.html") #'data' import "res/en/licence.html,faf"; + + resource(1, "BEOS:APP_FLAGS") (#'APPF') $"01000000"; resource(101, "BEOS:L:STD_ICON") #'ICON' array { -- cgit v1.2.3