"Manage Bookmarks" shortcut is now Cmd-M. Closed ticket #38.

git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@508 94f232f2-1747-11df-bad5-a5bfde151594
This commit is contained in:
stippi
2012-07-03 15:44:11 +02:00
committed by Alexandre Deckner
parent 86007edfa7
commit 0953daf31f
+1 -1
View File
@@ -135,7 +135,7 @@ public:
if (CountItems() > 0)
AddItem(new BSeparatorItem(), 0);
AddItem(new BMenuItem("Manage bookmarks",
new BMessage(SHOW_BOOKMARKS)), 0);
new BMessage(SHOW_BOOKMARKS), 'M'), 0);
AddItem(new BMenuItem("Bookmark this page",
new BMessage(CREATE_BOOKMARK), 'B'), 0);
DoLayout();