Bug 207949 Show Chatzilla as installable extension in Firebird GUI/FE

r=samuel a=brendan
This commit is contained in:
silver%warwickcompsoc.co.uk 2003-12-07 14:42:14 +00:00
parent b07923af53
commit ae361d0e90
2 changed files with 4 additions and 2 deletions

View File

@ -12,7 +12,9 @@
<script type="application/x-javascript" src="chrome://chatzilla/content/chatzillaOverlay.js"/>
<toolbarpalette id="BrowserToolbarPalette">
<toolbarbutton id="tb-chatzilla-open" oncommand="toIRC()" tooltiptext="&czButton.label;"/>
<toolbarbutton id="tb-chatzilla-open" oncommand="toIRC()"
class="toolbarbutton-1"
label="&czButton.label;" tooltiptext="&czButton.label;"/>
</toolbarpalette>
</overlay>

View File

@ -34,7 +34,7 @@
* Samuel Sieb, samuel@sieb.net, MIRC color codes, munger menu, and various
*/
const __cz_version = "0.9.51";
const __cz_version = "0.9.52";
const __cz_condition = "green";
var warn;