home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2001 October / PCpro_2001_10.ISO / browser / netscape61 / N6SetupB.exe / bin / chrome / help.jar / content / help / helpMenuOverlay.xul < prev   
Encoding:
Extensible Markup Language  |  2001-06-08  |  385 b   |  14 lines

  1. <?xml version="1.0"?>
  2.  
  3. <overlay id="helpMenuID"
  4.          xmlns:html="http://www.w3.org/1999/xhtml"
  5.          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  6.  
  7.   <menupopup id="helpPopup">
  8.     <menuitem label="Hilfethemen" position="1"
  9.       oncommand="toOpenWindowByType('mozilla:help', 'chrome://help/content/help.xul');" />
  10.  
  11.   </menupopup>
  12.  
  13. </overlay>
  14.