This commit is contained in:
blakeross%telocity.com 2002-08-13 04:51:04 +00:00
Родитель 6022779914
Коммит 0a5cbc365e
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -675,7 +675,7 @@ Contributor(s):
context="backMenu"
tooltiptext="&backButton.tooltip;">
<menupopup context="" onpopupshowing="BrowserBackMenu(event);"
oncommand="goToHistoryIndex(event); event.preventBubble();"/>
oncommand="gotoHistoryIndex(event); event.preventBubble();"/>
</toolbarbutton>
<toolbarbutton id="forward-button" type="menu-button" class="toolbarbutton-1"
@ -683,7 +683,7 @@ Contributor(s):
command="Browser:Forward"
context="forwardMenu"
tooltiptext="&forwardButton.tooltip;">
<menupopup context="" oncommand="goToHistoryIndex(event); event.preventBubble()"
<menupopup context="" oncommand="gotoHistoryIndex(event); event.preventBubble()"
onpopupshowing="BrowserForwardMenu(event);"/>
</toolbarbutton>