aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/evolution-tasks.xml4
2 files changed, 9 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 90a4f38c86..1318a1dad3 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,8 @@
+2003-12-31 Kidd Wang <kidd.wang@sun.com>
+
+ * evolution-tasks.xml: Add a menu item [Open Task] to [File] for
+ the tasks component.
+
2003-12-23 Kidd Wang <kidd.wang@sun.com>
* evolution-calendar.xml: Add a menu item [Open Appointment] to [File].
diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml
index 7403d20af3..7ec1ede72f 100644
--- a/ui/evolution-tasks.xml
+++ b/ui/evolution-tasks.xml
@@ -1,5 +1,6 @@
<Root>
<commands>
+ <cmd name="TasksOpenTask" _tip="View the selected task" accel="*Control*o"/>
<cmd name="TasksPrint" _tip="Print the list of tasks" pixtype="stock" pixname="gtk-print"
accel="*Control*p"/>
<cmd name="TasksPrintPreview" _tip="Previews the list of tasks to be printed" pixtype="stock" pixname="gtk-print-preview"/>
@@ -16,6 +17,9 @@
<menu>
<submenu name="File">
+ <placeholder name="FileOps">
+ <menuitem name="OpenTask" verb="TasksOpenTask" _label="_Open Task"/>
+ </placeholder>
<placeholder name="Print">
<menuitem name="PrintPreview" verb="TasksPrintPreview" _label="Print Pre_view"/>