update signatures
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26900 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
4d121ec067
commit
9c83a65a77
@ -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]);
|
||||
|
@ -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;
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user