Converted binary rsrc to rdef.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9114 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
0cd4ecd8b2
commit
6c033b8a92
Binary file not shown.
1675
src/apps/bemail/pictures.rdef
Normal file
1675
src/apps/bemail/pictures.rdef
Normal file
File diff suppressed because it is too large
Load Diff
28
src/apps/bemail/versioning.rdef
Normal file
28
src/apps/bemail/versioning.rdef
Normal file
@ -0,0 +1,28 @@
|
||||
resource(2, "BEOS:TYPE") #'MIMS' "application/x-be-executable";
|
||||
|
||||
resource(1, "BEOS:APP_SIG") #'MIMS' "application/x-vnd.Be-MAIL";
|
||||
|
||||
resource(1, "BEOS:FILE_TYPES") message
|
||||
{
|
||||
"types" = "text/x-email",
|
||||
"types" = "application/x-person",
|
||||
"types" = "text/x-vnd.Be-MailDraft"
|
||||
};
|
||||
|
||||
resource app_version
|
||||
{
|
||||
major = 3,
|
||||
middle = 0,
|
||||
minor = 0,
|
||||
|
||||
/* 0 = development 1 = alpha 2 = beta
|
||||
3 = gamma 4 = golden master 5 = final */
|
||||
variety = 5,
|
||||
|
||||
internal = 3,
|
||||
|
||||
short_info = "BeMail 3.0",
|
||||
long_info = "BeMail 3.0.0 ©2004 Haiku"
|
||||
};
|
||||
|
||||
resource(1, "BEOS:APP_FLAGS") #'APPF' $"00000000";
|
Loading…
Reference in New Issue
Block a user