home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Internet / FlashGet / flashget3.3.0.1092en.exe / FlashGet3.xpi / chrome / FlashGet3.jar / content / flashgetmenu.xul < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-21  |  664 b   |  12 lines

  1. ∩╗┐<?xml version="1.0"?> 
  2.  
  3. <overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  4.     <script type="application/x-javascript" src="flashgetcommon.js"/>
  5.     <script type="application/x-javascript" src="flashgetmenu.js"/>
  6.     <popup id="contentAreaContextMenu" >
  7.         <menuseparator id="flashget3Sep" insertbefore="context-sep-properties"/>
  8.         <menuitem id="flashget3Single" label="Download By FlashGet3" insertbefore="context-sep-properties" oncommand="Onflashget3Single(event);"/>
  9.         <menuitem id="flashget3All" label="Download All By FlashGet3" insertbefore="context-sep-properties" oncommand="Onflashget3All(event);"/>
  10.     </popup>
  11. </overlay>
  12.