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;