rdef cleanup

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13083 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2005-06-13 09:28:21 +00:00
parent 081f461390
commit 0fe2ac31dc

View File

@ -1,8 +1,7 @@
resource(2, "BEOS:TYPE") #'MIMS' "application/x-be-executable";
resource(1, "BEOS:APP_SIG") #'MIMS' "application/x-vnd.Be-MAIL";
resource app_signature "application/x-vnd.Be-MAIL";
resource(1, "BEOS:FILE_TYPES") message
resource file_types message
{
"types" = "text/x-email",
"types" = "application/x-person",
@ -25,4 +24,4 @@ resource app_version
long_info = "BeMail 3.0.2 ©2004 Haiku"
};
resource(1, "BEOS:APP_FLAGS") #'APPF' $"00000000";
resource app_flags B_SINGLE_LAUNCH;