aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog4
-rw-r--r--ui/evolution-calendar.xml3
2 files changed, 7 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index b609285bea..b362fda844 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,5 +1,9 @@
2001-08-20 Damon Chaplin <damon@ximian.com>
+ * evolution-calendar.xml: added Delete command to menu and toolbar.
+
+2001-08-20 Damon Chaplin <damon@ximian.com>
+
* evolution-tasks.xml: added Cut/Copy/Paste items to toolbar, though
I'm not sure they are very useful.
diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml
index 2dccc968bd..815b75b1bc 100644
--- a/ui/evolution-calendar.xml
+++ b/ui/evolution-calendar.xml
@@ -22,6 +22,7 @@
<cmd name="CutEvent" _tip="Cut the selection" accel="*Control*x"/>
<cmd name="CopyEvent" _tip="Copy the selection" accel="*Control*c"/>
<cmd name="PasteEvent" _tip="Paste the clipboard" accel="*Control*v"/>
+ <cmd name="DeleteEvent" _tip="Delete the appointment"/>
<cmd name="PublishFreeBusy" _tip="Publish Free/Busy information for this calendar"/>
</commands>
@@ -55,6 +56,7 @@
<menuitem name="CutEvent" verb="" _label="C_ut" pixtype="pixbuf"/>
<menuitem name="CopyEvent" verb="" _label="_Copy" pixtype="pixbuf"/>
<menuitem name="PasteEvent" verb="" _label="_Paste" pixtype="pixbuf"/>
+ <menuitem name="DeleteEvent" verb="" _label="_Delete" pixtype="pixbuf"/>
</submenu>
<submenu name="View">
@@ -98,6 +100,7 @@
<separator/>
<toolitem name="Print" verb="CalendarPrint" pixtype = "pixbuf"/>
+ <toolitem name="Delete" verb="DeleteEvent" pixtype="pixbuf"/>
<separator/>