diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 6 | ||||
-rw-r--r-- | ui/evolution-calendar.xml | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index c9b7728eb2..d6782b8948 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,9 @@ +2003-04-21 Rodrigo Moya <rodrigo@ximian.com> + + Fixes #22444 + + * evolution-calendar.xml: added occurrence-related menu items. + 2003-04-17 Not Zed <NotZed@Ximian.com> * evolution-signature-editor.xml: Remove the Help menu. diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index de76c509df..dd06970836 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -19,6 +19,8 @@ <cmd name="Paste" _tip="Paste the clipboard" accel="*Control*v"/> <cmd name="Delete" _tip="Delete the appointment" accel="*Control*d"/> + <cmd name="DeleteOccurrence" _tip="Delete this occurrence"/> + <cmd name="DeleteAllOccurrences" _tip="Delete All Occurrences"/> <cmd name="PublishFreeBusy" _tip="Publish Free/Busy information for this calendar"/> </commands> @@ -45,6 +47,8 @@ <separator/> <menuitem name="Delete" verb="" _label="_Delete" pixtype="pixbuf"/> + <menuitem name="DeleteOccurrence" verb="" _label="Delete this Occurrence" pixtype="pixbuf"/> + <menuitem name="DeleteAllOccurrences" verb="" _label="Delete All Occurrences" pixtype="pixbuf"/> </submenu> </placeholder> |