diff options
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution-calendar.xml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 34f24cb3f9..90a4f38c86 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2003-12-23 Kidd Wang <kidd.wang@sun.com> + + * evolution-calendar.xml: Add a menu item [Open Appointment] to [File]. + 2003-12-18 Rodney Dawes <dobey@ximian.com> * evolution-mail-message.xml: diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index 29b180ca1f..c7b2d52e03 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -1,5 +1,6 @@ <Root> <commands> + <cmd name="EventOpen" _tip="View the current appointment" accel="*Control*o"/> <cmd name="CalendarPrint" _tip="Print this calendar" pixtype="stock" pixname="gtk-print" accel="*Control*p"/> <cmd name="CalendarPrintPreview" _tip="Previews the calendar to be printed" pixtype="stock" pixname="gtk-print-preview"/> @@ -29,6 +30,9 @@ <menu> <submenu name="File"> + <placeholder name="FileOps"> + <menuitem name="EventOpen" verb="EventOpen" _label="_Open Appointment"/> + </placeholder> <placeholder name="Print"> <menuitem name="PrintPreview" verb="CalendarPrintPreview" _label="Print Pre_view"/> |