diff options
author | JP Rosevear <jpr@ximian.com> | 2002-03-15 03:14:43 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-03-15 03:14:43 +0800 |
commit | e5de85de84d41bbccd15a67d7f90c11fc7669f3e (patch) | |
tree | 548c0640724a2f9cbff8c928bcc2de3e2b0b1e1a /ui/evolution-tasks.xml | |
parent | 97f42383df5c740d16cca3ab09362a0ef4605f5e (diff) | |
download | gsoc2013-evolution-e5de85de84d41bbccd15a67d7f90c11fc7669f3e.tar gsoc2013-evolution-e5de85de84d41bbccd15a67d7f90c11fc7669f3e.tar.gz gsoc2013-evolution-e5de85de84d41bbccd15a67d7f90c11fc7669f3e.tar.bz2 gsoc2013-evolution-e5de85de84d41bbccd15a67d7f90c11fc7669f3e.tar.lz gsoc2013-evolution-e5de85de84d41bbccd15a67d7f90c11fc7669f3e.tar.xz gsoc2013-evolution-e5de85de84d41bbccd15a67d7f90c11fc7669f3e.tar.zst gsoc2013-evolution-e5de85de84d41bbccd15a67d7f90c11fc7669f3e.zip |
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
Diffstat (limited to 'ui/evolution-tasks.xml')
-rw-r--r-- | ui/evolution-tasks.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml index 273d17e176..1bd3e13794 100644 --- a/ui/evolution-tasks.xml +++ b/ui/evolution-tasks.xml @@ -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> |