14 lines
384 B
XML
14 lines
384 B
XML
<?xml version="1.0"?>
|
|
|
|
<overlay id="helpMenuID"
|
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<menupopup id="helpPopup">
|
|
<menuitem label="Help Contents" position="1"
|
|
oncommand="toOpenWindowByType('mozilla:help', 'chrome://help/content/help.xul');" />
|
|
|
|
</menupopup>
|
|
|
|
</overlay>
|