aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2002-01-04 03:44:07 +0800
committerJP Rosevear <jpr@src.gnome.org>2002-01-04 03:44:07 +0800
commit9159b2df56c5861445b6fe98af8348e31e7483d0 (patch)
treefef78a292d5958b8a95e59a0d318e09091b381ca /ui
parent51adfb0876b2eebc737e5d8c42b76ce5b39fc1b8 (diff)
downloadgsoc2013-evolution-9159b2df56c5861445b6fe98af8348e31e7483d0.tar
gsoc2013-evolution-9159b2df56c5861445b6fe98af8348e31e7483d0.tar.gz
gsoc2013-evolution-9159b2df56c5861445b6fe98af8348e31e7483d0.tar.bz2
gsoc2013-evolution-9159b2df56c5861445b6fe98af8348e31e7483d0.tar.lz
gsoc2013-evolution-9159b2df56c5861445b6fe98af8348e31e7483d0.tar.xz
gsoc2013-evolution-9159b2df56c5861445b6fe98af8348e31e7483d0.tar.zst
gsoc2013-evolution-9159b2df56c5861445b6fe98af8348e31e7483d0.zip
add a mark as complete item
2002-01-03 JP Rosevear <jpr@ximian.com> * evolution-tasks.xml: add a mark as complete item svn path=/trunk/; revision=15240
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog4
-rw-r--r--ui/evolution-tasks.xml8
2 files changed, 10 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 72555bbaac..36f55ea84f 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,5 +1,9 @@
2002-01-03 JP Rosevear <jpr@ximian.com>
+ * evolution-tasks.xml: add a mark as complete item
+
+2002-01-03 JP Rosevear <jpr@ximian.com>
+
* evolution-tasks.xml: make spacing consistent with calendar xml
file, add expunge command and actions menu and add accelerator for
delete
diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml
index d492f4deda..5fdb80c51b 100644
--- a/ui/evolution-tasks.xml
+++ b/ui/evolution-tasks.xml
@@ -5,8 +5,8 @@
<cmd name="TasksCut" _tip="Cut selected task" accel="*Control*x"/>
<cmd name="TasksCopy" _tip="Copy selected task" accel="*Control*c"/>
<cmd name="TasksPaste" _tip="Paste task from the clipboard" accel="*Control*v"/>
- <cmd name="TasksDelete" _label="Delete" _tip="Delete selected tasks"
- accel="*Control*d" sensitive="0"/>
+ <cmd name="TasksDelete" _tip="Delete selected tasks" accel="*Control*d" sensitive="0"/>
+ <cmd name="TasksMarkComplete" _tip="Delete selected tasks" accel="*Control*k" sensitive="0"/>
<cmd name="TasksExpunge" _label="_Expunge" _tip="Delete completed tasks"
accel="*Control*e"/>
@@ -34,6 +34,10 @@
<separator/>
<menuitem name="TasksDelete" verb="" _label="_Delete" pixtype="pixbuf"/>
+
+ <separator/>
+
+ <menuitem name="TasksMarkComplete" verb="" _label="Mar_k as Complete"/>
</submenu>
</placeholder>