diff options
author | Damon Chaplin <damon@ximian.com> | 2001-08-20 16:02:19 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-08-20 16:02:19 +0800 |
commit | f9f55194785bd6342c12ba03525a6cc401258d3c (patch) | |
tree | 2bb526a7ae5fc571a2dad248c920f6e68ab20fd4 /ui/evolution-calendar.xml | |
parent | 65102ff52380c941ae52b6bcb204deb0b112ab85 (diff) | |
download | gsoc2013-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
Diffstat (limited to 'ui/evolution-calendar.xml')
-rw-r--r-- | ui/evolution-calendar.xml | 3 |
1 files changed, 3 insertions, 0 deletions
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/> |