зеркало из https://github.com/mozilla/gecko-dev.git
Added id to print menuitem as part of fix to bug 106374, r=syd, sr=sfraser
This commit is contained in:
Родитель
a7036b0ebe
Коммит
2dadae6000
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче