diff options
author | JP Rosevear <jpr@ximian.com> | 2002-03-15 03:09:52 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-03-15 03:09:52 +0800 |
commit | 97f42383df5c740d16cca3ab09362a0ef4605f5e (patch) | |
tree | 40f0538d2855e87e891b9354b8a8f7e2f4b4daa9 /ui/evolution-calendar.xml | |
parent | f3a444674878385818f5fb13f5e65bae9a50eca3 (diff) | |
download | gsoc2013-evolution-97f42383df5c740d16cca3ab09362a0ef4605f5e.tar.gz gsoc2013-evolution-97f42383df5c740d16cca3ab09362a0ef4605f5e.tar.zst gsoc2013-evolution-97f42383df5c740d16cca3ab09362a0ef4605f5e.zip |
remove duplicate new items in the file and action menus
2002-03-14 JP Rosevear <jpr@ximian.com>
* evolution-calendar.xml: remove duplicate new items in the file
and action menus
svn path=/trunk/; revision=16158
Diffstat (limited to 'ui/evolution-calendar.xml')
-rw-r--r-- | ui/evolution-calendar.xml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index cbb8d5c8bb..63b712b70c 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -1,11 +1,5 @@ <Root> <commands> - <cmd name="CalendarNewAppointment" _tip="Create a new appointment" - accel="*Control*n"/> - <cmd name="CalendarNewEvent" _tip="Create an event for the whole day"/> - <cmd name="CalendarNewMeeting" _tip="Create a new meeting request"/> - <cmd name="CalendarNewTask" _tip="Create a new task"/> - <cmd name="CalendarPrint" _tip="Print this calendar" pixtype="pixbuf" accel="*Control*p"/> <cmd name="CalendarPrintPreview" _tip="Previews the calendar to be printed" pixtype="pixbuf"/> @@ -32,20 +26,6 @@ <menu> <submenu name="File"> - <submenu name="New"> - - <placeholder name="NewFirstItem"> - <menuitem name="NewAppointment" verb="CalendarNewAppointment" - _label="_Appointment..." pixtype="pixbuf"/> - <menuitem name="NewMeeting" verb="CalendarNewMeeting" - _label="_Meeting..." pixtype="pixbuf"/> - <menuitem name="NewTask" verb="CalendarNewTask" - _label="_Task..." pixtype="pixbuf"/> - <separator f="" name="ecal"/> - </placeholder> - - </submenu> - <placeholder name="Print"> <menuitem name="PrintPreview" verb="CalendarPrintPreview" _label="Print Pre_view" pixtype="pixbuf"/> @@ -79,15 +59,6 @@ <placeholder name="ComponentActionsPlaceholder"> <submenu name="Actions" _label="_Actions"> - <menuitem name="NewAppointment" verb="CalendarNewAppointment" - _label="Create a _New Appointment" pixtype="pixbuf"/> - <menuitem name="NewEvent" verb="CalendarNewEvent" _label="Create a New All Day _Event" pixtype="pixbuf"/> - <menuitem name="NewMeeting" verb="CalendarNewMeeting" - _label="Create a _New Meeting" pixtype="pixbuf"/> - <menuitem name="NewTask" verb="CalendarNewTask" _label="Create a New _Task" pixtype="pixbuf"/> - - <separator f="" name="ecal"/> - <menuitem name="PublishFreeBusy" verb="" _label="_Publish Free/Busy Information"/> </submenu> </placeholder> |