diff options
Diffstat (limited to 'ui/evolution-tasks.xml')
-rw-r--r-- | ui/evolution-tasks.xml | 20 |
1 files changed, 12 insertions, 8 deletions
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> |