Changed signature to match r5's one. Fixes bug 629
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18477 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -81,6 +81,6 @@ resource(1, "BEOS:APP_VERSION") #'APPV' array
|
|||||||
$"0000000000000000"
|
$"0000000000000000"
|
||||||
};
|
};
|
||||||
|
|
||||||
resource(1, "BEOS:APP_SIG") #'MIMS' "application/x-vnd.Haiku-TIME";
|
resource(1, "BEOS:APP_SIG") #'MIMS' "application/x-vnd.Be-TIME";
|
||||||
|
|
||||||
resource(1, "BEOS:APP_FLAGS") #'APPF' $"01000000";
|
resource(1, "BEOS:APP_FLAGS") #'APPF' $"01000000";
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
#ifndef TIME_MESSAGES_H
|
#ifndef TIME_MESSAGES_H
|
||||||
#define TIME_MESSAGES_H
|
#define TIME_MESSAGES_H
|
||||||
|
|
||||||
#define HAIKU_APP_SIGNATURE "application/x-vnd.Haiku-TIME"
|
#define HAIKU_APP_SIGNATURE "application/x-vnd.Be-TIME"
|
||||||
|
|
||||||
const uint32 ERROR_DETECTED = 'ERor';
|
const uint32 ERROR_DETECTED = 'ERor';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user