aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2001-06-28 19:58:47 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2001-06-28 19:58:47 +0800
commit0f835c485de319873340b55532d622583b06e5f2 (patch)
tree4563e0f7ee82f18f721769e2d53b8e37c865f48e /ui
parent8808041831b8b9b5a12243f938ac65b6496392a6 (diff)
downloadgsoc2013-evolution-0f835c485de319873340b55532d622583b06e5f2.tar
gsoc2013-evolution-0f835c485de319873340b55532d622583b06e5f2.tar.gz
gsoc2013-evolution-0f835c485de319873340b55532d622583b06e5f2.tar.bz2
gsoc2013-evolution-0f835c485de319873340b55532d622583b06e5f2.tar.lz
gsoc2013-evolution-0f835c485de319873340b55532d622583b06e5f2.tar.xz
gsoc2013-evolution-0f835c485de319873340b55532d622583b06e5f2.tar.zst
gsoc2013-evolution-0f835c485de319873340b55532d622583b06e5f2.zip
added cut/copy/paste entries to the main menu
2001-06-27 Rodrigo Moya <rodrigo@ximian.com> * evolution-calendar.xml: added cut/copy/paste entries to the main menu svn path=/trunk/; revision=10558
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">