mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01:00
18 lines
544 B
XML
18 lines
544 B
XML
<?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>
|