* 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:
Axel Dörfler 2006-04-05 10:53:13 +00:00
parent 805cb76ed8
commit a295634d46
2 changed files with 2 additions and 7 deletions

View File

@ -18,7 +18,7 @@
#include <string.h>
const char *kSignature = "application/x-vnd.Be-SYSL";
const char *kSignature = "application/x-vnd.Haiku-SystemLogger";
SyslogDaemon::SyslogDaemon()

View File

@ -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 file_types message {
"types" = "application/x-be-resource",
"types" = "application/octet-stream"
};
resource app_version {
major = 1,
middle = 0,