diff options
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-tasks.xml | 9 |
2 files changed, 14 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index c04c6f66ce..b609285bea 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,5 +1,10 @@ 2001-08-20 Damon Chaplin <damon@ximian.com> + * evolution-tasks.xml: added Cut/Copy/Paste items to toolbar, though + I'm not sure they are very useful. + +2001-08-20 Damon Chaplin <damon@ximian.com> + * evolution-tasks.xml: use new delete icons in menu & toolbar. 2001-08-20 Damon Chaplin <damon@ximian.com> diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml index bde4579bde..6871c95817 100644 --- a/ui/evolution-tasks.xml +++ b/ui/evolution-tasks.xml @@ -57,6 +57,15 @@ <separator/> + <toolitem name="Cut" _label="Cut" verb="TasksCut" + pixtype="pixbuf"/> + <toolitem name="Copy" _label="Copy" verb="TasksCopy" + pixtype="pixbuf"/> + <toolitem name="Paste" _label="Paste" verb="TasksPaste" + pixtype="pixbuf"/> + + <separator/> + <toolitem name="Delete" verb="TasksDelete" pixtype="pixbuf"/> </dockitem> |