* Removed wrong file type associations as reported in bug #405.
* Changed MIME type (it's no longer the same as it was in BeOS). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17012 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
||||||
const char *kSignature = "application/x-vnd.Be-SYSL";
|
const char *kSignature = "application/x-vnd.Haiku-SystemLogger";
|
||||||
|
|
||||||
|
|
||||||
SyslogDaemon::SyslogDaemon()
|
SyslogDaemon::SyslogDaemon()
|
||||||
|
|||||||
@@ -1,13 +1,8 @@
|
|||||||
|
|
||||||
resource app_signature "application/x-vnd.Be-SYSL";
|
resource app_signature "application/x-vnd.Haiku-SystemLogger";
|
||||||
|
|
||||||
resource app_flags B_SINGLE_LAUNCH | B_BACKGROUND_APP;
|
resource app_flags B_SINGLE_LAUNCH | B_BACKGROUND_APP;
|
||||||
|
|
||||||
resource file_types message {
|
|
||||||
"types" = "application/x-be-resource",
|
|
||||||
"types" = "application/octet-stream"
|
|
||||||
};
|
|
||||||
|
|
||||||
resource app_version {
|
resource app_version {
|
||||||
major = 1,
|
major = 1,
|
||||||
middle = 0,
|
middle = 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user