blob: a6e31a3158df99fc6623b97110d0c05f0989c6f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!DOCTYPE overlay SYSTEM "chrome://chatzilla/locale/browserOverlay.dtd" >
<!-- This is the overlay that adds a "Chatzilla" button to the toolbar palette. -->
<?xml-stylesheet href="chrome://chatzilla/skin/browserOverlay.css"
type="text/css"?>
<overlay id="ChatzillaBrowserToolbar"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script src="chrome://chatzilla/content/chatzillaOverlay.js"/>
<toolbarpalette id="BrowserToolbarPalette">
<toolbarbutton id="chatzilla-open" oncommand="toIRC()"
class="toolbarbutton-1 chromeclass-toolbar-additional"
label="&czButton.label;" tooltiptext="&czButton.label;"/>
</toolbarpalette>
</overlay>
|