mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 23:39:51 +03:00
beos: Move some resources around
Move app signature and supported filetypes before icons for more visibility.
This commit is contained in:
parent
f3455a7556
commit
053897d07d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user