aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-calendar.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ui/evolution-calendar.xml')
-rw-r--r--ui/evolution-calendar.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml
index 409e25ab17..e83fb0a7e8 100644
--- a/ui/evolution-calendar.xml
+++ b/ui/evolution-calendar.xml
@@ -23,6 +23,15 @@
pixtype="pixbuf"/>
<cmd name="ShowWeekView" _label="Week" _tip="Show 1 week" pixtype="pixbuf"/>
<cmd name="ShowMonthView" _label="Month" _tip="Show 1 month" pixtype="pixbuf"/>
+
+ <cmd name="CutEvent" _label="Cut" _tip="Cut the selection"
+ pixtype="stock" pixname="Cut" accel="*Control*x"/>
+ <cmd name="CopyEvent" _label="Copy"
+ _tip="Copy the selection" pixtype="stock" pixname="Copy"
+ accel="*Control*c"/>
+ <cmd name="PasteEvent" _label="Paste"
+ _tip="Paste the clipboard" pixtype="stock" pixname="Paste"
+ accel="*Control*v"/>
</commands>
<menu>
@@ -61,7 +70,11 @@
</submenu>
<submenu name="Edit">
+ <menuitem name="CutEvent" verb="" _label="C_ut"/>
+
+ <menuitem name="CopyEvent" verb="" _label="_Copy"/>
+ <menuitem name="PasteEvent" verb="" _label="_Paste"/>
</submenu>
<submenu name="View">