Unify the app signature used everywhere for the time prefs. This fixes dstcheck being unable to actually invoke the
time prefs if asked to adjust the clock. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24403 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -227,7 +227,7 @@ TTimeView::MessageReceived(BMessage* message)
|
||||
|
||||
case kMsgChangeClock:
|
||||
// launch the time prefs app
|
||||
be_roster->Launch("application/x-vnd.Be-TIME");
|
||||
be_roster->Launch("application/x-vnd.Haiku-Time");
|
||||
break;
|
||||
|
||||
case 'time':
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#include <unistd.h>
|
||||
|
||||
|
||||
const char* kAppSignature = "application/x-vnd.Be-TIME";
|
||||
const char* kAppSignature = "application/x-vnd.Haiku-Time";
|
||||
|
||||
|
||||
TimeApplication::TimeApplication()
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
resource app_signature "application/x-vnd.Be-TIME";
|
||||
resource app_signature "application/x-vnd.Haiku-Time";
|
||||
|
||||
resource app_flags B_SINGLE_LAUNCH;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user