Adding in unifinder menu to file menu.

This commit is contained in:
mikep%oeone.com 2002-03-21 20:37:01 +00:00
Родитель 4f4972107e
Коммит fc1bc280c5
2 изменённых файлов: 8 добавлений и 4 удалений

Просмотреть файл

@ -94,8 +94,10 @@
<!-- Menu -->
<menubar id="main-menubar" class="chromeclass-menubar">
<menu id="menu_File">
<menupopup id="menu_FilePopup">
<menuitem id="calendar-new-event-menu" label="New Event" oncommand="newEventCommand()"/>
<menupopup id="menu_FilePopup">
<menuitem id="calendar-new-event-menu" label="New Event" oncommand="newEventCommand()"/>
<menuitem id="unifinder-modify-menu" observes="modify_command" label="Edit Event" oncommand="unifinderModifyCommand()" />
<menuitem id="unifinder-remove-menu" observes="delete_command" label="Delete Event" oncommand="unifinderRemoveCommand()" />
</menupopup>
</menu>

Просмотреть файл

@ -94,8 +94,10 @@
<!-- Menu -->
<menubar id="main-menubar" class="chromeclass-menubar">
<menu id="menu_File">
<menupopup id="menu_FilePopup">
<menuitem id="calendar-new-event-menu" label="New Event" oncommand="newEventCommand()"/>
<menupopup id="menu_FilePopup">
<menuitem id="calendar-new-event-menu" label="New Event" oncommand="newEventCommand()"/>
<menuitem id="unifinder-modify-menu" observes="modify_command" label="Edit Event" oncommand="unifinderModifyCommand()" />
<menuitem id="unifinder-remove-menu" observes="delete_command" label="Delete Event" oncommand="unifinderRemoveCommand()" />
</menupopup>
</menu>