From 053897d07db6b5824864adeefee382d3199d328f Mon Sep 17 00:00:00 2001 From: François Revol Date: Tue, 31 Dec 2013 14:01:20 +0100 Subject: beos: Move some resources around Move app signature and supported filetypes before icons for more visibility. --- beos/res.rdef | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'beos') diff --git a/beos/res.rdef b/beos/res.rdef index 1cf31f287..efa2991f0 100644 --- a/beos/res.rdef +++ b/beos/res.rdef @@ -37,6 +37,21 @@ resource(502, "welcome.html") #'data' import "res/en/welcome.html,faf"; resource(1, "BEOS:APP_FLAGS") (#'APPF') $"01000000"; +resource(1, "BEOS:APP_SIG") (#'MIMS') "application/x-vnd.NetSurf"; + +resource(1, "BEOS:FILE_TYPES") message { + "types" = "text/html", + "types" = "image/gif", + "types" = "image/jpeg", + "types" = "application/x-vnd.Be-bookmark", + "types" = "text", + "types" = "application/x-vnd.Be-doc_bookmark", + "types" = "application/x-vnd.Be.URL.file", + "types" = "application/x-vnd.Be.URL.ftp", + "types" = "application/x-vnd.Be.URL.http", + "types" = "application/x-vnd.Be.URL.https" +}; + resource(101, "BEOS:L:STD_ICON") #'ICON' array { $"FFFFFFFFFFFFFFFFFFFFFF0E0A00D600D6000AAF0EFFFFFFFFFFFFFFFFFFFFFF" $"FFFFFFFFFFFFFFFF0E0A000001DED5D5D5DE020000090EFFFFFFFFFFFFFFFFFF" @@ -91,21 +106,6 @@ resource(101, "BEOS:M:STD_ICON") #'MICN' array { $"FFFFFFFF0E0B000500000A0EFFFFFFFF" }; -resource(1, "BEOS:APP_SIG") (#'MIMS') "application/x-vnd.NetSurf"; - -resource(1, "BEOS:FILE_TYPES") message { - "types" = "text/html", - "types" = "image/gif", - "types" = "image/jpeg", - "types" = "application/x-vnd.Be-bookmark", - "types" = "text", - "types" = "application/x-vnd.Be-doc_bookmark", - "types" = "application/x-vnd.Be.URL.file", - "types" = "application/x-vnd.Be.URL.ftp", - "types" = "application/x-vnd.Be.URL.http", - "types" = "application/x-vnd.Be.URL.https" -}; - resource(101, "BEOS:ICON") #'VICN' array { $"6E6369660A02010203AE259A400198BFFA65AE20E548AF9547F2037F30A0FFFF" $"00E8F1FDFFF131A0FFFB02000602B83B85BC57333C5733B83B8549EAE1481199" -- cgit v1.2.3