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:
parent
2586d9d144
commit
fc0d49483e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user