home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / browser.xpi / bin / chrome / help.jar / content / help / helpMenuOverlay.xul < prev   
Encoding:
Extensible Markup Language  |  2001-06-12  |  566 b   |  19 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!DOCTYPE window [
  4. <!ENTITY % helpMenuDTD SYSTEM "chrome://help/locale/helpMenuOverlay.dtd">
  5. %helpMenuDTD;
  6. ]>
  7.  
  8. <overlay id="helpMenuID"
  9.          xmlns:html="http://www.w3.org/1999/xhtml"
  10.          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  11.   
  12.   <menupopup id="helpPopup">
  13.     <menuitem label="&helpContents.label;" accesskey="&helpContents.accesskey;" position="1" id="help"
  14.       oncommand="toOpenWindowByType('mozilla:help', 'chrome://help/content/help.xul');" />   
  15.   
  16.   </menupopup>
  17.   
  18. </overlay>
  19.