summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Revol <revol@free.fr>2013-12-31 14:01:20 +0100
committerFrançois Revol <revol@free.fr>2014-01-04 19:43:54 +0100
commit053897d07db6b5824864adeefee382d3199d328f (patch)
treee538c12e1545e4f3d5ea4f0806cf0b3b26239a51
parentf3455a755662794d6aebaf642d00eb35398ac3f2 (diff)
downloadnetsurf-053897d07db6b5824864adeefee382d3199d328f.tar.gz
netsurf-053897d07db6b5824864adeefee382d3199d328f.tar.bz2
beos: Move some resources around
Move app signature and supported filetypes before icons for more visibility.
-rw-r--r--beos/res.rdef30
1 files changed, 15 insertions, 15 deletions
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"