Simplified app_flags.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5726 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c22b900f03
commit
0e6141ba3b
@ -24,7 +24,7 @@ resource app_signature "application/x-vnd.obos.pdfwriter";
|
||||
0000000E = ARGV_ONLY + BACKGROUND APP + EXCLUSIVE LAUNCH
|
||||
*/
|
||||
|
||||
resource app_flags 0x00000000;
|
||||
resource app_flags B_SINGLE_LAUNCH;
|
||||
|
||||
/* BEOS:FILE_TYPES :
|
||||
"types" = "text/plain",
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
resource app_signature "application/x-vnd.obos.file-type";
|
||||
|
||||
resource app_flags 0x00000001;
|
||||
resource app_flags B_MULTIPLE_LAUNCH;
|
||||
|
||||
resource file_types message {
|
||||
"types" = "application/x-be-resource",
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
resource app_signature "application/x-vnd.obos.zip-o-matic";
|
||||
|
||||
resource app_flags 0x00000000;
|
||||
resource app_flags B_SINGLE_LAUNCH;
|
||||
|
||||
resource file_types message {
|
||||
"types" = "application/octet-stream"
|
||||
|
@ -24,7 +24,7 @@ resource app_signature "application/x-vnd.obos.showimage";
|
||||
0000000E = ARGV_ONLY + BACKGROUND APP + EXCLUSIVE LAUNCH
|
||||
*/
|
||||
|
||||
resource app_flags 0x00000000;
|
||||
resource app_flags B_SINGLE_LAUNCH;
|
||||
|
||||
/* BEOS:FILE_TYPES :
|
||||
"types" = "text/plain",
|
||||
|
@ -24,7 +24,7 @@ resource app_signature "application/x-vnd.obos.styled-edit";
|
||||
0000000E = ARGV_ONLY + BACKGROUND APP + EXCLUSIVE LAUNCH
|
||||
*/
|
||||
|
||||
resource app_flags 0x00000000;
|
||||
resource app_flags B_SINGLE_LAUNCH;
|
||||
|
||||
/* BEOS:FILE_TYPES :
|
||||
"types" = "text/plain",
|
||||
|
@ -24,7 +24,7 @@ resource app_signature "application/x-vnd.obos.terminal";
|
||||
0000000E = ARGV_ONLY + BACKGROUND APP + EXCLUSIVE LAUNCH
|
||||
*/
|
||||
|
||||
resource app_flags 0x00000001;
|
||||
resource app_flags B_MULTIPLE_LAUNCH;
|
||||
|
||||
/* BEOS:FILE_TYPES :
|
||||
"types" = "text/plain",
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
resource app_signature "application/x-vnd.obos.file-types";
|
||||
|
||||
resource app_flags 0x00000000;
|
||||
resource app_flags B_SINGLE_LAUNCH;
|
||||
|
||||
resource file_types message {
|
||||
"types" = "application/x-be-resource",
|
||||
|
Loading…
Reference in New Issue
Block a user