Added id to print menuitem as part of fix to bug 106374, r=syd, sr=sfraser

This commit is contained in:
cmanske%netscape.com 2006-09-14 06:01:22 +00:00
Родитель a7036b0ebe
Коммит 2dadae6000
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -222,7 +222,7 @@ Contributor(s): ______________________________________. -->
oncommand="if (event.target==this) BrowserPrint();"
tooltiptext="&printButton.tooltip;">
<menupopup id="printMenu">
<menuitem label="&printCmd.label;" accesskey="&printCmd.accesskey;"
<menuitem id="printMenuItemToolbar" label="&printCmd.label;" accesskey="&printCmd.accesskey;"
default="true" oncommand="BrowserPrint()"/>
</menupopup>
</toolbarbutton>