This commit is contained in:
blakeross%telocity.com 2001-08-07 08:33:43 +00:00
Родитель b27ebd93ec
Коммит 6473b5d0ab
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -47,7 +47,7 @@
<script type="application/x-javascript" src="chrome://communicator/content/bookmarks/bookmarksOverlay.js"/>
<popupset id="historyContextMenu">
<popup id="historyMenu" oncreate="return updateItems();">
<popup id="historyMenu" onpopupshowing="return updateItems();">
<menuitem id="miOpen" label="&openLinkInWindowCmd.label;" accesskey="&openLinkInWindowCmd.accesskey;" default="true"
oncommand="OpenURL(false);"/>
<menuitem id="miOpenInNewWindow" label="&openLinkCmd.label;" accesskey="&openLinkCmd.accesskey;"