From fc0d49483eb8436427d450dbceb310f0581123c5 Mon Sep 17 00:00:00 2001 From: Wim van der Meer Date: Fri, 11 Jun 2010 02:36:51 +0000 Subject: [PATCH] Forgot to change the application signature in one location git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37093 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/screenshot/Screenshot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/screenshot/Screenshot.cpp b/src/apps/screenshot/Screenshot.cpp index e2a7f8112b..8a65811eb8 100644 --- a/src/apps/screenshot/Screenshot.cpp +++ b/src/apps/screenshot/Screenshot.cpp @@ -128,7 +128,7 @@ Screenshot::ReadyToRun() // Launch the GUI application if (fUtility->wholeScreen == NULL) { // No command line parameters were given - be_roster->Launch("application/x-vnd.Haiku-ScreenshotApp"); + be_roster->Launch("application/x-vnd.haiku-screenshot"); } else { // Send the utility data and the command line settings to the GUI BMessage message;