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:
@ -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].
|
||||
|
||||
@ -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"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user