aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-calendar.xml
diff options
context:
space:
mode:
authorDamon Chaplin <damon@ximian.com>2001-08-19 10:41:14 +0800
committerDamon Chaplin <damon@src.gnome.org>2001-08-19 10:41:14 +0800
commit8c9ee34262ef869ba257b36935f35c26866936f6 (patch)
treeaf991fe0761600b31869ff6fa98b799c9c2113db /ui/evolution-calendar.xml
parentcebe14e00b9c2023f2514603ad2300f44a72983f (diff)
downloadgsoc2013-evolution-8c9ee34262ef869ba257b36935f35c26866936f6.tar
gsoc2013-evolution-8c9ee34262ef869ba257b36935f35c26866936f6.tar.gz
gsoc2013-evolution-8c9ee34262ef869ba257b36935f35c26866936f6.tar.bz2
gsoc2013-evolution-8c9ee34262ef869ba257b36935f35c26866936f6.tar.lz
gsoc2013-evolution-8c9ee34262ef869ba257b36935f35c26866936f6.tar.xz
gsoc2013-evolution-8c9ee34262ef869ba257b36935f35c26866936f6.tar.zst
gsoc2013-evolution-8c9ee34262ef869ba257b36935f35c26866936f6.zip
used the new Cut/Copy/Paste icons. Removed the Save As/Print/Print Preview
2001-08-18 Damon Chaplin <damon@ximian.com> * evolution-tasks.xml: used the new Cut/Copy/Paste icons. Removed the Save As/Print/Print Preview commands as they do nothing. * evolution-comp-editor.xml: used the new Save/Save As icons. * evolution-calendar.xml: used the new Cut/Copy/Paste icons. svn path=/trunk/; revision=12213
Diffstat (limited to 'ui/evolution-calendar.xml')
-rw-r--r--ui/evolution-calendar.xml15
1 files changed, 6 insertions, 9 deletions
diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml
index 0527d71c3f..2dccc968bd 100644
--- a/ui/evolution-calendar.xml
+++ b/ui/evolution-calendar.xml
@@ -19,12 +19,9 @@
<cmd name="ShowWeekView" _tip="Show one week" pixtype="pixbuf"/>
<cmd name="ShowMonthView" _tip="Show one month" pixtype="pixbuf"/>
- <cmd name="CutEvent" _tip="Cut the selection" pixtype="stock"
- pixname="Cut" accel="*Control*x"/>
- <cmd name="CopyEvent" _tip="Copy the selection" pixtype="stock"
- pixname="Copy" accel="*Control*c"/>
- <cmd name="PasteEvent" _tip="Paste the clipboard" pixtype="stock"
- pixname="Paste" accel="*Control*v"/>
+ <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="PublishFreeBusy" _tip="Publish Free/Busy information for this calendar"/>
</commands>
@@ -55,9 +52,9 @@
</submenu>
<submenu name="Edit">
- <menuitem name="CutEvent" verb="" _label="C_ut"/>
- <menuitem name="CopyEvent" verb="" _label="_Copy"/>
- <menuitem name="PasteEvent" verb="" _label="_Paste"/>
+ <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"/>
</submenu>
<submenu name="View">