mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Bug 207949 Show Chatzilla as installable extension in Firebird GUI/FE
r=samuel a=brendan
This commit is contained in:
parent
b07923af53
commit
ae361d0e90
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user