mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
18 lines
544 B
Plaintext
18 lines
544 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE overlay SYSTEM "chrome://cck/content/cck.dtd">
|
||
|
<?xml-stylesheet href="chrome://cck/content/cck.css" type="text/css"?>
|
||
|
<overlay id="cckOverlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||
|
<script src="chrome://browser/content/utilityOverlay.js"/>
|
||
|
<script src="chrome://cck/content/cck.js"/>
|
||
|
|
||
|
%button%
|
||
|
|
||
|
%window%
|
||
|
|
||
|
%menupopup%
|
||
|
|
||
|
<stringbundleset id="stringbundleset">
|
||
|
<stringbundle id="bundle_cck" src="chrome://cck/content/cck.properties"/>
|
||
|
</stringbundleset>
|
||
|
</overlay>
|