home *** CD-ROM | disk | FTP | other *** search
/ ftp.swcp.com / ftp.swcp.com.zip / ftp.swcp.com / mac / mozilla-macos9-1.3.1.sea.bin / Mozilla1.3.1 / Chrome / comm.jar / content / communicator / downloadmanager / dlmanagermenuoverlay.xul < prev    next >
Extensible Markup Language  |  2003-06-08  |  2KB  |  58 lines

  1. <?xml version="1.0"?>
  2. <!--
  3.   The contents of this file are subject to the Netscape Public
  4.   License Version 1.1 (the "License"); you may not use this file
  5.   except in compliance with the License. You may obtain a copy of
  6.   the License at http://www.mozilla.org/NPL/
  7.  
  8.   Software distributed under the License is distributed on an "AS
  9.   IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  10.   implied. See the License for the specific language governing
  11.   rights and limitations under the License.
  12.  
  13.   The Original Code is mozilla.org code.
  14.  
  15.   The Initial Developer of the Original Code is Netscape
  16.   Communications Corporation.  Portions created by Netscape are
  17.   Copyright (C) 1998 Netscape Communications Corporation. All
  18.   Rights Reserved.
  19.  
  20.   Contributor(s):
  21.     Simon Fraser <sfrase@netscape.com>
  22. -->
  23.  
  24. <?xul-overlay href="chrome://navigator/content/navigatorOverlay.xul"?>
  25.  
  26. <overlay id="dlmanagermenuoverlay.xul"
  27.          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  28.  
  29.   <!-- JS from navigator.xul, to handle the menu commands -->
  30.   <script type="application/x-javascript" src="chrome://navigator/content/browser.js"/>
  31.   <script type="application/x-javascript" src="chrome://navigator/content/navigator.js"/>
  32.  
  33.   <stringbundleset id="stringbundleset"/>
  34.  
  35.   <!-- keys are appended from the overlay -->
  36.   <keyset id="tasksKeys">
  37.     <keyset id="navKeys">
  38.       <key id="showHideSidebar"/>
  39.     </keyset>
  40.   </keyset>
  41.  
  42.   <!-- commands are appended from the overlay -->
  43.   <commandset id="commands">
  44.     <commandset id="tasksCommands"/>
  45.     <commandset id="globalEditMenuItems"/>
  46.     <commandset id="selectEditMenuItems"/>
  47.     <commandset id="undoEditMenuItems"/>
  48.     <commandset id="clipboardEditMenuItems"/>
  49.   </commandset>
  50.  
  51.   <broadcasterset id="navBroadcasters"/>
  52.  
  53.   <toolbox id="toolbox" position="0">
  54.       <menubar id="main-menubar" position="1"/>
  55.   </toolbox>
  56.  
  57. </overlay>
  58.