gecko-dev/extensions/xmlterm/ui/xmltermOverlay.xul
svn%xmlterm.org f3b81d69c9 --NOT PART OF DEFAULT BUILD--
XMLterm changes only. Implemented chrome overlay a la Chatzilla to insert
XMLterm into the Tasks menu. Also implemented command line option "-terminal"
and URL handler "telnet://" to invoke XMLterm.
2000-07-07 14:44:26 +00:00

23 lines
568 B
XML

<?xml version="1.0"?>
<!--
<!DOCTYPE window SYSTEM "chrome://xmlterm/locale/xmltermOverlay.dtd" >
-->
<!-- This is the overlay that addes "XMLterm" to the (global) task menu. -->
<overlay id="XMLtermTaskMenuID"
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<html:script language="JavaScript" src="chrome://xmlterm/content/xmltermOverlay.js"/>
<menupopup id="taskPopup">
<menuitem
position="7"
value="XMLterm"
oncommand="toXMLterm()"/>
</menupopup>
</overlay>