From 55475b649336a598d9cc507deb384afa966f418b Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Thu, 10 Aug 2006 21:10:34 +0000 Subject: [PATCH] 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 --- src/preferences/time/Time.rdef | 2 +- src/preferences/time/TimeMessages.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/preferences/time/Time.rdef b/src/preferences/time/Time.rdef index bff10e5244..bb6647e3b2 100644 --- a/src/preferences/time/Time.rdef +++ b/src/preferences/time/Time.rdef @@ -81,6 +81,6 @@ resource(1, "BEOS:APP_VERSION") #'APPV' array $"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"; diff --git a/src/preferences/time/TimeMessages.h b/src/preferences/time/TimeMessages.h index 42b117bce3..ef8171bcb8 100644 --- a/src/preferences/time/TimeMessages.h +++ b/src/preferences/time/TimeMessages.h @@ -7,7 +7,7 @@ #ifndef 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';