The Haiku roster has a different signature. It still does not work, but does not fail either.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12004 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz 2005-03-25 20:33:23 +00:00
parent af547faf03
commit b8dcc94ceb
1 changed files with 4 additions and 0 deletions

View File

@ -55,7 +55,11 @@
#define B_SYSTEM_SHUTDOWN 0x12d #define B_SYSTEM_SHUTDOWN 0x12d
#define B_SYSTEM_REBOOT 0x12e #define B_SYSTEM_REBOOT 0x12e
#ifdef __HAIKU__
static const char *kRosterSignature = "application/x-vnd.haiku-registrar";
#else
static const char *kRosterSignature = "application/x-vnd.Be-ROST"; static const char *kRosterSignature = "application/x-vnd.Be-ROST";
#endif
// globals // globals
const char kIconBits[] = { const char kIconBits[] = {