aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/ChangeLog4
-rw-r--r--ui/evolution-task-editor.xml17
2 files changed, 21 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 22ad149e10..09356e0da3 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,7 @@
+2001-06-22 JP Rosevear <jpr@ximian.com>
+
+ * evolution-task-editor.xml: new commands
+
2001-06-21 JP Rosevear <jpr@ximian.com>
* evolution-comp-editor.xml: add toolbar
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>