aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamon Chaplin <damon@ximian.com>2001-08-20 16:02:19 +0800
committerDamon Chaplin <damon@src.gnome.org>2001-08-20 16:02:19 +0800
commitf9f55194785bd6342c12ba03525a6cc401258d3c (patch)
tree2bb526a7ae5fc571a2dad248c920f6e68ab20fd4
parent65102ff52380c941ae52b6bcb204deb0b112ab85 (diff)
downloadgsoc2013-evolution-f9f55194785bd6342c12ba03525a6cc401258d3c.tar
gsoc2013-evolution-f9f55194785bd6342c12ba03525a6cc401258d3c.tar.gz
gsoc2013-evolution-f9f55194785bd6342c12ba03525a6cc401258d3c.tar.bz2
gsoc2013-evolution-f9f55194785bd6342c12ba03525a6cc401258d3c.tar.lz
gsoc2013-evolution-f9f55194785bd6342c12ba03525a6cc401258d3c.tar.xz
gsoc2013-evolution-f9f55194785bd6342c12ba03525a6cc401258d3c.tar.zst
gsoc2013-evolution-f9f55194785bd6342c12ba03525a6cc401258d3c.zip
added Delete command to menu and toolbar.
2001-08-20 Damon Chaplin <damon@ximian.com> * evolution-calendar.xml: added Delete command to menu and toolbar. svn path=/trunk/; revision=12264
-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/>