mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01:00
12 lines
513 B
Plaintext
12 lines
513 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<overlay id="cckwizardOverlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||
|
<script src="chrome://browser/content/utilityOverlay.js"/>
|
||
|
|
||
|
<menupopup id="menu_ToolsPopup">
|
||
|
<menuitem label="CCK Wizard" insertafter="devToolsSeparator" accesskey="z"
|
||
|
oncommand="window.openDialog('chrome://cckwizard/content/cckwizard.xul','cckwizard','chrome,centerscreen');"
|
||
|
onclick="checkForMiddleClick(this, event);"/>
|
||
|
</menupopup>
|
||
|
</overlay>
|
||
|
|