See the ChangeLog and bug for a full list of changes, and the branch checkin log for a blow by blow. git-svn-id: svn://10.0.0.236/trunk@109581 18797224-902f-48f8-a5cc-f745e15eee43
38 lines
1.0 KiB
XML
38 lines
1.0 KiB
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="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<script type="application/x-javascript" src="chrome://chatzilla/content/chatzillaOverlay.js"/>
|
|
|
|
<keyset id="tasksKeys">
|
|
<key id="key_irc" key="&ircCmd.commandkey;" command="Tasks:IRC" modifiers="accel"/>
|
|
</keyset>
|
|
|
|
<commandset id="tasksCommands">
|
|
<command id="Tasks:IRC" oncommand="toIRC();"/>
|
|
</commandset>
|
|
|
|
<menupopup id="taskPopup">
|
|
<menuitem
|
|
position="3"
|
|
label="&ircCmd.label;"
|
|
accesskey="&ircCmd.accesskey;"
|
|
key="key_irc"
|
|
command="Tasks:IRC"/>
|
|
</menupopup>
|
|
|
|
<hbox id="component-bar">
|
|
<toolbarbutton class="taskbutton" id="mini-irc" oncommand="toIRC()"
|
|
image="chrome://chatzilla/skin/images/taskbar-irc.gif"
|
|
position="5" tooltip="aTooltip" tooltiptext="&ircCmd.label;"/>
|
|
</hbox>
|
|
|
|
|
|
|
|
</overlay>
|