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
This commit is contained in:
Kidd Wang
2004-01-06 06:02:45 +00:00
committed by Harry Lu
parent 3e09ab6d6f
commit e409aaa013
2 changed files with 9 additions and 0 deletions

View File

@ -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].

View File

@ -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"/>