heikki%netscape.com 10484cc5cc Bug 106053, remove unused XHTML namespace declarations, and fix incorrect namespace usages. r=harishd, sr=hewitt.
git-svn-id: svn://10.0.0.236/trunk@113369 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-31 22:12:36 +00:00

29 lines
838 B
XML

<?xml version="1.0"?>
<!DOCTYPE window SYSTEM "chrome://xmlterm/locale/xmltermOverlay.dtd" >
<!-- This is the overlay that adds "XMLterm" to the (global) task menu. -->
<overlay id="XMLtermTaskMenuID"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="application/x-javascript" src="chrome://xmlterm/content/xmltermOverlay.js"/>
<keyset id="tasksKeys">
<key id="key_xmlterm" key="&xmltermCmd.commandkey;"
command="Tasks:xmlterm" modifiers="accel"/>
</keyset>
<commandset id="tasksCommands">
<command id="Tasks:xmlterm" oncommand="toXMLterm();"/>
</commandset>
<menupopup id="taskPopup">
<menuitem label="&xmltermCmd.label;" accesskey="&xmltermCmd.accesskey;"
key="key_xmlterm"
position="6"
command="Tasks:xmlterm"/>
</menupopup>
</overlay>