aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-calendar.xml
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2002-01-04 03:07:50 +0800
committerJP Rosevear <jpr@src.gnome.org>2002-01-04 03:07:50 +0800
commitc89dd9d4751440e3c915c34685d9b82f18cd6485 (patch)
tree57ff9e73c443949301c42fc9581a11f54e78e54a /ui/evolution-calendar.xml
parent6d4da19b136aa627cea16ecc4f7f6154aad19933 (diff)
downloadgsoc2013-evolution-c89dd9d4751440e3c915c34685d9b82f18cd6485.tar
gsoc2013-evolution-c89dd9d4751440e3c915c34685d9b82f18cd6485.tar.gz
gsoc2013-evolution-c89dd9d4751440e3c915c34685d9b82f18cd6485.tar.bz2
gsoc2013-evolution-c89dd9d4751440e3c915c34685d9b82f18cd6485.tar.lz
gsoc2013-evolution-c89dd9d4751440e3c915c34685d9b82f18cd6485.tar.xz
gsoc2013-evolution-c89dd9d4751440e3c915c34685d9b82f18cd6485.tar.zst
gsoc2013-evolution-c89dd9d4751440e3c915c34685d9b82f18cd6485.zip
make spacing consistent with calendar xml file, add expunge command and
2002-01-03 JP Rosevear <jpr@ximian.com> * evolution-tasks.xml: make spacing consistent with calendar xml file, add expunge command and actions menu and add accelerator for delete * evolution-calendar.xml: add an accelerator for delete and put in a separator to be consistent with the mailer svn path=/trunk/; revision=15237
Diffstat (limited to 'ui/evolution-calendar.xml')
-rw-r--r--ui/evolution-calendar.xml6
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>