Removed incorrect application flags (as these are not apps) and expanded the
short and long descriptions. Though these are small add-ons, I'm thinking about making them simple apps (with no GUI though.) This way the file_types entry will make more sense. In the R5 release on BeBits I completely took out the file_types entry though. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19539 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
resource app_signature "application/x-vnd.Haiku-MarkAsNew";
|
resource app_signature "application/x-vnd.Haiku-MarkAsNew";
|
||||||
resource app_flags B_MULTIPLE_LAUNCH;
|
|
||||||
|
|
||||||
resource file_types message {
|
resource file_types message {
|
||||||
"types" = "text/x-email"
|
"types" = "text/x-email"
|
||||||
@@ -20,8 +19,8 @@ resource app_version {
|
|||||||
|
|
||||||
internal = 1,
|
internal = 1,
|
||||||
|
|
||||||
short_info = "MarkAsNew",
|
short_info = "Marks emails as New",
|
||||||
long_info = "MarkAsNew, Copyright 2006 Haiku Inc."
|
long_info = "MarkAsNew, Copyright 2006 Haiku Inc. A Tracker Add-on which marks the status of emails as New."
|
||||||
};
|
};
|
||||||
|
|
||||||
resource mini_icon array {
|
resource mini_icon array {
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
resource app_signature "application/x-vnd.Haiku-MarkAsRead";
|
resource app_signature "application/x-vnd.Haiku-MarkAsRead";
|
||||||
resource app_flags B_MULTIPLE_LAUNCH;
|
|
||||||
|
|
||||||
resource file_types message {
|
resource file_types message {
|
||||||
"types" = "text/x-email"
|
"types" = "text/x-email"
|
||||||
@@ -20,8 +19,8 @@ resource app_version {
|
|||||||
|
|
||||||
internal = 1,
|
internal = 1,
|
||||||
|
|
||||||
short_info = "MarkAsRead",
|
short_info = "Marks email as Read",
|
||||||
long_info = "MarkAsRead, Copyright 2006 Haiku Inc."
|
long_info = "MarkAsRead, Copyright 2006 Haiku Inc. A Tracker Add-on which marks the status of emails as Read."
|
||||||
};
|
};
|
||||||
|
|
||||||
resource mini_icon array {
|
resource mini_icon array {
|
||||||
|
|||||||
Reference in New Issue
Block a user