home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
- <!DOCTYPE dialog SYSTEM "chrome://linkification/locale/linkificationOptions.dtd">
-
- <overlay id="linkificationOverlay"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:nc="http://home.netscape.com/NC-rdf#"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <script type="application/x-javascript" src="chrome://linkification/content/linkificationOverlay.js"/>
-
- <popup id="contentAreaContextMenu">
- <menuitem id="linkifypopup" label="&linkification.popup.linkifypage;" oncommand="objLinkify.Linkify_FromPopup()" />
- </popup>
-
- <keyset id="mainKeyset">
- <key id="linkifyhotkey" modifiers="control,shift" key="L" oncommand="objLinkify.Linkify_FromPopup()" />
- <key id="linkifytogglekey" modifiers="control,shift" key="Y" oncommand="objLinkify.Linkify_ToggleLinkify()" />
- </keyset>
- </overlay>
-
-