Bug 206472

"Bookmark This Link" does not create bookmark
patch by borggraefe@despammed.com  Stefan Borggraefe
varga: review+
bz-vacation: superreview+
asa: approval1.5+
This commit is contained in:
cbiesinger%web.de 2003-09-10 19:42:20 +00:00
parent b1547431e9
commit a864593274

View File

@ -992,7 +992,8 @@ Rights Reserved.
<menuitem id="context-bookmarklink"
label="&bookmarkLinkCmd.label;"
accesskey="&bookmarkLinkCmd.accesskey;"
oncommand="BookmarksUtils.addBookmark(gContextMenu.linkURL(),
oncommand="initBMService();
BookmarksUtils.addBookmark(gContextMenu.linkURL(),
gContextMenu.linkText());"/>
</popup>