mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01:00
13 lines
382 B
Plaintext
13 lines
382 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
|
||
|
<?xul-overlay href="chrome://global/content/platformDialogOverlay.xul"?>
|
||
|
|
||
|
<!DOCTYPE overlay SYSTEM "chrome://global/locale/dialogOverlay.dtd">
|
||
|
|
||
|
<overlay id="dialogOverlay"
|
||
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||
|
|
||
|
<script type="application/x-javascript" src="chrome://global/content/dialogOverlay.js"/>
|
||
|
|
||
|
</overlay>
|