Simplified app_flags.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5726 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
mahlzeit 2003-12-22 17:41:02 +00:00
parent c22b900f03
commit 0e6141ba3b
7 changed files with 7 additions and 7 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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"

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",