18 lines
500 B
XML
18 lines
500 B
XML
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE window [
|
|
<!ENTITY % helpMenuDTD SYSTEM "chrome://help/locale/helpMenuOverlay.dtd">
|
|
%helpMenuDTD;
|
|
]>
|
|
|
|
<overlay id="helpMenuID"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<menupopup id="helpPopup">
|
|
<menuitem label="&helpContents.label;" accesskey="&helpContents.accesskey;" position="1" id="help"
|
|
oncommand="toOpenWindowByType('mozilla:help', 'chrome://help/content/help.xul');" />
|
|
|
|
</menupopup>
|
|
|
|
</overlay>
|