update signatures

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26900 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2008-08-09 15:47:25 +00:00
parent 4d121ec067
commit 9c83a65a77
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ int usage(char *prog)
int main(int argc, char **argv)
{
BApplication app("application/x-vnd.mmu_man.dpms");
BApplication app("application/x-vnd.Haiku.dpms");
BScreen bs;
if (argc < 2)
return usage(argv[0]);

View File

@ -12,7 +12,7 @@
int main(int argc, char **argv)
{
int i;
BApplication app("application/x-vnd.OBOS-draggers");
BApplication app("application/x-vnd.Haiku-draggers");
if (argc < 2) {
printf("%s\n", BDragger::AreDraggersDrawn()?"shown":"hidden");
return 0;

View File

@ -9,7 +9,7 @@
int main(int argc, char *argv[])
{
BApplication app("application/x.vnd.OpenBe-ffm");
BApplication app("application/x.vnd.Haiku-ffm");
bool follow;
if (argc == 2) {