diff options
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution-tasks.xml | 20 |
2 files changed, 16 insertions, 8 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index f39467b29d..de7d5c700c 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2001-07-29 Damon Chaplin <damon@ximian.com> + + * evolution-tasks.xml: use the new print icons. + 2001-07-30 Jason Leach <jleach@ximian.com> * evolution-mail-message.xml: Correct the tooltip for the Print diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml index 5eeff7eea8..1ba386cdfa 100644 --- a/ui/evolution-tasks.xml +++ b/ui/evolution-tasks.xml @@ -1,7 +1,7 @@ <Root> <commands> - <cmd name="TasksNewTask" pixtype="stock" pixname="New" + <cmd name="TasksNewTask" pixtype="pixbuf" _tip="Create a new task" verb="TasksNewTask"/> <cmd name="TasksDelete" _label="Delete" pixtype="stock" pixname="Trash" _tip="Delete selected tasks" verb="TasksDelete" @@ -42,9 +42,13 @@ <placeholder name="Print"> + <menuitem name="Print Preview" verb="TasksPrintPreview" + _label="Print Pre_view" + pixtype="pixbuf"/> + <menuitem name="Print" verb="TasksPrint" _label="_Print" - pixtype="stock" pixname="Print" + pixtype="pixbuf" accel="*Control*p"/> </placeholder> @@ -74,17 +78,17 @@ <dockitem name="Toolbar"> <toolitem name="New" _label="New Task" verb="TasksNewTask" - priority="1"/> - - <separator/> - - <toolitem name="Delete" verb="TasksDelete"/> + priority="1" pixtype="pixbuf"/> <separator/> <toolitem name="Print" _label="Print" _tip="Print" verb="TasksPrint" - pixtype="stock" pixname="Print"/> + pixtype="pixbuf"/> + + <separator/> + + <toolitem name="Delete" verb="TasksDelete"/> </dockitem> |