* Rename "ScreenshotApp" to "Screenshot", rename its signature from
"application/x-vnd.haiku-screenshotapp" to "application/x-vnd.haiku-screenshot" * Rename "Screenshot" to "screenshot", rename its signature from "application/x-vnd.haiku-screenshot" to "application/x-vnd.haiku-screenshot-cli" * Move screenshot from /system/apps to /bin git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37059 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -3618,7 +3618,7 @@ BWindow::_HandleKeyDown(BMessage* event)
|
||||
if ((modifiers & B_SHIFT_KEY) != 0 || (modifiers & B_OPTION_KEY) != 0)
|
||||
message.ReplaceBool("silent", false);
|
||||
|
||||
be_roster->Launch("application/x-vnd.haiku-screenshot", &message);
|
||||
be_roster->Launch("application/x-vnd.haiku-screenshot-cli", &message);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user