aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-06-23 05:35:53 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-06-23 05:35:53 +0800
commitf9f97425398fdaadf4b13a45b325b3e1d75d8874 (patch)
treed4cd5ce111bc7ed137a52e4f432d6fc66c693f66
parent34fde8639cc23d2a85cc1864dccce91197b32932 (diff)
downloadgsoc2013-evolution-f9f97425398fdaadf4b13a45b325b3e1d75d8874.tar
gsoc2013-evolution-f9f97425398fdaadf4b13a45b325b3e1d75d8874.tar.gz
gsoc2013-evolution-f9f97425398fdaadf4b13a45b325b3e1d75d8874.tar.bz2
gsoc2013-evolution-f9f97425398fdaadf4b13a45b325b3e1d75d8874.tar.lz
gsoc2013-evolution-f9f97425398fdaadf4b13a45b325b3e1d75d8874.tar.xz
gsoc2013-evolution-f9f97425398fdaadf4b13a45b325b3e1d75d8874.tar.zst
gsoc2013-evolution-f9f97425398fdaadf4b13a45b325b3e1d75d8874.zip
new commands
2001-06-22 JP Rosevear <jpr@ximian.com> * evolution-task-editor.xml: new commands svn path=/trunk/; revision=10402
-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>