remove duplicate new items in the file and action menus

2002-03-14  JP Rosevear  <jpr@ximian.com>

	* evolution-tasks.xml: remove duplicate new items in the file
	and action menus

svn path=/trunk/; revision=16159
This commit is contained in:
JP Rosevear
2002-03-14 19:14:43 +00:00
committed by JP Rosevear
parent 97f42383df
commit e5de85de84
2 changed files with 4 additions and 15 deletions

View File

@ -1,5 +1,9 @@
2002-03-14 JP Rosevear <jpr@ximian.com>
* evolution-tasks.xml: remove duplicate new items in the file
and action menus
2002-03-14 JP Rosevear <jpr@ximian.com>
* evolution-calendar.xml: remove duplicate new items in the file
and action menus

View File

@ -1,7 +1,5 @@
<Root>
<commands>
<cmd name="TasksNewTask" pixtype="pixbuf" _tip="Create a new task"/>
<cmd name="TasksPrint" _tip="Print the list of tasks" pixtype="pixbuf"
accel="*Control*p"/>
<cmd name="TasksPrintPreview" _tip="Previews the list of tasks to be printed" pixtype="pixbuf"/>
@ -18,14 +16,6 @@
<menu>
<submenu name="File">
<submenu name="New">
<placeholder name="NewFirstItem">
<menuitem name="NewTask" verb="TasksNewTask" _label="_Task"
accel="*Control*n" pixtype="pixbuf"/>
<separator/>
</placeholder>
</submenu>
<placeholder name="Print">
<menuitem name="PrintPreview" verb="TasksPrintPreview"
_label="Print Pre_view" pixtype="pixbuf"/>
@ -54,12 +44,7 @@
<placeholder name="ComponentActionsPlaceholder">
<submenu name="Actions" _label="_Actions">
<menuitem name="NewTask" verb="CalendarNewTask" _label="Create a New _Task" pixtype="pixbuf"/>
<separator/>
<menuitem name="TasksExpunge" verb="" pixtype="pixbuf"/>
</submenu>
</placeholder>