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:
@@ -128,7 +128,7 @@ Screenshot::ReadyToRun()
|
|||||||
// Launch the GUI application
|
// Launch the GUI application
|
||||||
if (fUtility->wholeScreen == NULL) {
|
if (fUtility->wholeScreen == NULL) {
|
||||||
// No command line parameters were given
|
// No command line parameters were given
|
||||||
be_roster->Launch("application/x-vnd.Haiku-ScreenshotApp");
|
be_roster->Launch("application/x-vnd.haiku-screenshot");
|
||||||
} else {
|
} else {
|
||||||
// Send the utility data and the command line settings to the GUI
|
// Send the utility data and the command line settings to the GUI
|
||||||
BMessage message;
|
BMessage message;
|
||||||
|
|||||||
Reference in New Issue
Block a user