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
This commit is contained in:
Wim van der Meer 2010-06-11 02:36:51 +00:00
parent 2586d9d144
commit fc0d49483e

View File

@ -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;