Files
Mozilla/mozilla/extensions/irc/xul/content/chatzillaOverlay.xul
rginda%netscape.com 5e21eef16a Created irc menu item overlays under extensions/irc, in preparation for bug 28192 s fix. r=mcafee, a=jar
git-svn-id: svn://10.0.0.236/trunk@61566 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-24 03:38:05 +00:00

21 lines
574 B
XML

<?xml version="1.0"?>
<!DOCTYPE window SYSTEM "chrome://chatzilla/locale/chatzillaOverlay.dtd" >
<!-- This is the overlay that addes "Chatzilla" to the (global) task menu. -->
<overlay id="ChatzillaTaskMenuID"
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<html:script language="JavaScript" src="chrome://chatzilla/content/chatzillaOverlay.js"/>
<menupopup id="taskPopup">
<menuitem
position="7"
value="&ircCmd.label;"
oncommand="toIRC()"/>
</menupopup>
</overlay>