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:
Rene Gollent
2008-03-15 16:44:10 +00:00
parent 772506f830
commit e28ef85ab7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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':
+1 -1
View File
@@ -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 -1
View File
@@ -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;