Revision control
Copy as Markdown
Other Tools
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
<!DOCTYPE overlay [
<!ENTITY % editorDTD SYSTEM "chrome://editor/locale/editor.dtd">
%editorDTD;
]>
<overlay id="composerOverlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml">
<!-- Items in the File menu used only by Composer app -->
<menupopup id="menu_FilePopup">
<menuitem id="fileExportToText"
insertafter="sep_print"
command="cmd_exportToText"/>
<menuitem id="previewInBrowser"
label="&previewCmd.label;"
accesskey="&previewCmd.accesskey;"
insertafter="fileExportToText"
command="cmd_preview"/>
<!-- menuitem id="menu_SendPage" is merged here from mailEditorOverlay.xhtml,
where "position" is assumed to be just after 'previewInBrowser' -->
</menupopup>
</overlay>