diff options
Diffstat (limited to 'ui/evolution-task-editor.xml')
-rw-r--r-- | ui/evolution-task-editor.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ui/evolution-task-editor.xml b/ui/evolution-task-editor.xml index 71bc3eb8ac..4b72714659 100644 --- a/ui/evolution-task-editor.xml +++ b/ui/evolution-task-editor.xml @@ -2,6 +2,15 @@ <commands> + <cmd name="ActionDelegateTask" _label="Delegate Task" + _tip="Schedule a meeting for this item"/> + + <cmd name="ActionRefreshTask" _label="Re_fresh Task" + _tip="Obtain the latest meeting information"/> + + <cmd name="ActionCancelTask" _label="Cancel Task" + _tip="Cancel the meeting for this item"/> + <cmd name="ActionForward" _label="Forward as i_Calendar" _tip="Forward this item via email"/> @@ -13,6 +22,14 @@ <placeholder name="Actions"> + <menuitem name="ActionDelegateTask" verb=""/> + + <menuitem name="ActionRefreshTask" verb=""/> + + <menuitem name="ActionCancelTask" verb=""/> + + <separator/> + <menuitem name="ActionForward" verb=""/> </placeholder> |