gecko-dev/calendar/resources/content/calendarOverlay.xul

30 строки
856 B
XML

<?xml version="1.0"?>
<!DOCTYPE window SYSTEM "chrome://calendar/locale/calendarOverlay.dtd" >
<!-- This is the overlay that addes "Calendar" to the (global) task menu. -->
<overlay id="CalendarTaskMenuID"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="application/x-javascript" src="chrome://calendar/content/calendarOverlay.js"/>
<keyset id="tasksKeys">
<key id="key_calendar" key="&calendarCmd.commandkey;" command="Tasks:Calendar" modifiers="accel"/>
</keyset>
<commandset id="tasksCommands">
<command id="Tasks:Calendar" oncommand="openCalendar();"/>
</commandset>
<menupopup id="taskPopup">
<menuitem
position="3"
label="&calendarCmd.label;"
accesskey="&calendarCmd.accesskey;"
key="key_calendar"
command="Tasks:Calendar"/>
</menupopup>
</overlay>