diff options
Diffstat (limited to 'ui/evolution-calendar.xml')
-rw-r--r-- | ui/evolution-calendar.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index e570e186dd..e50572fceb 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -23,7 +23,8 @@ <cmd name="Cut" _tip="Cut the selection" accel="*Control*x"/> <cmd name="Copy" _tip="Copy the selection" accel="*Control*c"/> <cmd name="Paste" _tip="Paste the clipboard" accel="*Control*v"/> - <cmd name="Delete" _tip="Delete the appointment"/> + + <cmd name="Delete" _tip="Delete the appointment" accel="*Control*d"/> <cmd name="PublishFreeBusy" _tip="Publish Free/Busy information for this calendar"/> </commands> @@ -58,6 +59,9 @@ <menuitem name="Cut" verb="" _label="C_ut" pixtype="pixbuf"/> <menuitem name="Copy" verb="" _label="_Copy" pixtype="pixbuf"/> <menuitem name="Paste" verb="" _label="_Paste" pixtype="pixbuf"/> + + <separator/> + <menuitem name="Delete" verb="" _label="_Delete" pixtype="pixbuf"/> </submenu> </placeholder> |