From 9c83a65a777616263b1688ea5317e3faf29b1b35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sat, 9 Aug 2008 15:47:25 +0000 Subject: [PATCH] update signatures git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26900 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/dpms.cpp | 2 +- src/bin/draggers.cpp | 2 +- src/bin/ffm.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bin/dpms.cpp b/src/bin/dpms.cpp index b73d24d40d..53a49a657c 100644 --- a/src/bin/dpms.cpp +++ b/src/bin/dpms.cpp @@ -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]); diff --git a/src/bin/draggers.cpp b/src/bin/draggers.cpp index cb4ae485a1..895e0a8943 100644 --- a/src/bin/draggers.cpp +++ b/src/bin/draggers.cpp @@ -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; diff --git a/src/bin/ffm.cpp b/src/bin/ffm.cpp index fe6d9b5cd6..6288b3d93f 100644 --- a/src/bin/ffm.cpp +++ b/src/bin/ffm.cpp @@ -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) {