11a9aeb48Sshatty/* 21a9aeb48Sshatty** StyledEdit.rdef 31a9aeb48Sshatty** 41a9aeb48Sshatty*/ 51a9aeb48Sshatty 61a9aeb48Sshatty/* BEOS:APP_SIG : 71a9aeb48Sshatty application:/x-vnd.obos.app-name 81a9aeb48Sshatty */ 91a9aeb48Sshatty 108377310bSmahlzeitresource app_signature "application/x-vnd.obos.styled-edit"; 111a9aeb48Sshatty 121a9aeb48Sshatty/* BEOS:APP_FLAGS : 131a9aeb48Sshatty 00000000 = SINGLE LAUNCH 14c57129deSshatty 00000001 = MULTIPLE LAUNCH 15c57129deSshatty 00000002 = EXCLUSIVE LAUNCH 16c57129deSshatty 00000004 = BACKGROUND APP + SINGLE LAUNCH 17c57129deSshatty 00000005 = BACKGROUND APP + MULTIPLE LAUNCH 18c57129deSshatty 00000006 = BACKGROUND APP + EXCLUSIVE LAUNCH 19c57129deSshatty 00000008 = ARGV_ONLY + SINGLE LAUNCH 20c57129deSshatty 00000009 = ARGV_ONLY + MULTIPLE LAUNCH 21c57129deSshatty 0000000A = ARGV_ONLY + EXCLUSIVE LAUNCH 22c57129deSshatty 0000000C = ARGV_ONLY + BACKGROUND APP + SINGLE LAUNCH 23c57129deSshatty 0000000D = ARGV_ONLY + BACKGROUND APP + MULTIPLE LAUNCH 24c57129deSshatty 0000000E = ARGV_ONLY + BACKGROUND APP + EXCLUSIVE LAUNCH 251a9aeb48Sshatty */ 261a9aeb48Sshatty 27*0e6141baSmahlzeitresource app_flags B_SINGLE_LAUNCH; 281a9aeb48Sshatty 291a9aeb48Sshatty/* BEOS:FILE_TYPES : 301a9aeb48Sshatty "types" = "text/plain", 311a9aeb48Sshatty "types" = .... 321a9aeb48Sshatty */ 331a9aeb48Sshatty 348377310bSmahlzeitresource file_types message { 351a9aeb48Sshatty "types" = "text/plain", 361a9aeb48Sshatty "types" = "text" 371a9aeb48Sshatty}; 38