"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:
committed by
Alexandre Deckner
parent
86007edfa7
commit
0953daf31f
@@ -135,7 +135,7 @@ public:
|
|||||||
if (CountItems() > 0)
|
if (CountItems() > 0)
|
||||||
AddItem(new BSeparatorItem(), 0);
|
AddItem(new BSeparatorItem(), 0);
|
||||||
AddItem(new BMenuItem("Manage bookmarks",
|
AddItem(new BMenuItem("Manage bookmarks",
|
||||||
new BMessage(SHOW_BOOKMARKS)), 0);
|
new BMessage(SHOW_BOOKMARKS), 'M'), 0);
|
||||||
AddItem(new BMenuItem("Bookmark this page",
|
AddItem(new BMenuItem("Bookmark this page",
|
||||||
new BMessage(CREATE_BOOKMARK), 'B'), 0);
|
new BMessage(CREATE_BOOKMARK), 'B'), 0);
|
||||||
DoLayout();
|
DoLayout();
|
||||||
|
|||||||
Reference in New Issue
Block a user