diff options
author | Kidd Wang <kidd.wang@sun.com> | 2004-01-06 14:02:45 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2004-01-06 14:02:45 +0800 |
commit | e409aaa013689b2fc165b63dc2a237deafebc279 (patch) | |
tree | 3a19864a0b6acc15976ceeeec90ef811c27ca95d | |
parent | 3e09ab6d6f1efee104f7c66ec292339e31c91ded (diff) | |
download | gsoc2013-evolution-e409aaa013689b2fc165b63dc2a237deafebc279.tar.gz gsoc2013-evolution-e409aaa013689b2fc165b63dc2a237deafebc279.tar.zst gsoc2013-evolution-e409aaa013689b2fc165b63dc2a237deafebc279.zip |
Add a menu item [Open Task] to [File] for the tasks component.
2003-12-31 Kidd Wang <kidd.wang@sun.com>
* evolution-tasks.xml: Add a menu item [Open Task] to [File] for
the tasks component.
svn path=/trunk/; revision=24063
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-tasks.xml | 4 |
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"/> |