* 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:
Wim van der Meer
2010-06-08 13:15:17 +00:00
parent 5aa0503c7c
commit 3417d2a90f
8 changed files with 17 additions and 18 deletions
+1 -1
View File
@@ -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;
}