aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/evolution-calendar.xml13
2 files changed, 18 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 884eb21942..0b6b750dfc 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,8 @@
+2001-06-27 Rodrigo Moya <rodrigo@ximian.com>
+
+ * evolution-calendar.xml: added cut/copy/paste entries to the main
+ menu
+
2001-06-27 Larry Ewing <lewing@ximian.com>
* evolution-message-composer.xml: remove FIXME from
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">