#81237, "IRC Chat has bizarre menu position", Patches by nnooiissee@yahoo.com r=andreww, sr=jst git-svn-id: svn://10.0.0.236/trunk@113795 18797224-902f-48f8-a5cc-f745e15eee43
39 lines
1.1 KiB
XML
39 lines
1.1 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
|
|
label="&ircCmd.label;"
|
|
accesskey="&ircCmd.accesskey;"
|
|
key="key_irc"
|
|
command="Tasks:IRC"
|
|
id="tasksMenuIRC"
|
|
insertbefore="tasksMenuEditor"/>
|
|
</menupopup>
|
|
|
|
<statusbarpanel id="component-bar">
|
|
<toolbarbutton class="taskbutton" id="mini-irc" oncommand="toIRC()"
|
|
image="chrome://chatzilla/skin/images/taskbar-irc.gif"
|
|
position="5" tooltiptext="&ircCmd.label;"/>
|
|
</statusbarpanel>
|
|
|
|
|
|
|
|
</overlay>
|