Fixing back/forward context menu.

This commit is contained in:
blakeross%telocity.com 2002-08-25 02:40:49 +00:00
Родитель 120e6f3d02
Коммит 0bd79cf091
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -287,11 +287,11 @@ Contributor(s):
<menuitem id="context-back"
label="&backCmd.label;"
accesskey="&backCmd.accesskey;"
oncommand="BrowserBack()"/>
command="Browser:Back"/>
<menuitem id="context-forward"
label="&forwardCmd.label;"
accesskey="&forwardCmd.accesskey;"
oncommand="BrowserForward()"/>
oncommand="Browser:Forward"/>
<menuitem id="context-reload"
label="&reloadCmd.label;"
accesskey="&reloadCmd.accesskey;"