From 6dd2dfb15e20cb476e3dec2841db00bfcfe93d68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 10 Nov 2005 09:36:52 +0000 Subject: [PATCH] update time preference signature git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14814 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/dstcheck.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/dstcheck.cpp b/src/bin/dstcheck.cpp index 1e071ab104..77e08e2237 100644 --- a/src/bin/dstcheck.cpp +++ b/src/bin/dstcheck.cpp @@ -127,7 +127,7 @@ main(int argc, char **argv) "No", "Yes"))->Go(); if (index == 1) - be_roster->Launch("application/x-vnd.Be-TIME"); + be_roster->Launch("application/x-vnd.Haiku-TIME"); } }