diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-11-19 01:02:02 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-11-19 01:02:02 +0800 |
commit | 7dc8678d2fbc7a3d2f876f11118165bf81cb2aca (patch) | |
tree | bb121670c5798e610eaef7601679a4ca2fed0035 | |
parent | 0c2c22e17a9c26ebabd25fc3a8cd7ad2dc5146bb (diff) | |
download | gsoc2013-evolution-7dc8678d2fbc7a3d2f876f11118165bf81cb2aca.tar.gz gsoc2013-evolution-7dc8678d2fbc7a3d2f876f11118165bf81cb2aca.tar.zst gsoc2013-evolution-7dc8678d2fbc7a3d2f876f11118165bf81cb2aca.zip |
removed the 'New...' items, since they are implemented in the shell as
2003-11-18 Rodrigo Moya <rodrigo@ximian.com>
* evolution-calendar.xml: removed the 'New...' items, since they are
implemented in the shell as before.
svn path=/trunk/; revision=23420
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-calendar.xml | 13 |
2 files changed, 5 insertions, 13 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 66522c01ab..6a0a2c0b0a 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2003-11-18 Rodrigo Moya <rodrigo@ximian.com> + + * evolution-calendar.xml: removed the 'New...' items, since they are + implemented in the shell as before. + 2003-11-17 Ettore Perazzoli <ettore@ximian.com> * evolution.xml: Rename verb "OpenFolderInNewWindow" to diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index 99dda1c153..4a15cf78c8 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -1,10 +1,6 @@ <Root> <commands> <cmd name="NewCalendar" _tip="Create a new calendar"/> - <cmd name="NewAppointment" _tip="Create a new appointment" pixtype="pixbuf"/> - <cmd name="NewAllDayEvent" _tip="Create a new all-day event" pixtype="pixbuf"/> - <cmd name="NewMeeting" _tip="Create a new meeting" pixtype="pixbuf"/> - <cmd name="NewTask" _tip="Create a new task" pixtype="pixbuf"/> <cmd name="CalendarPrint" _tip="Print this calendar" pixtype="stock" pixname="gtk-print" accel="*Control*p"/> <cmd name="CalendarPrintPreview" _tip="Previews the calendar to be printed" pixtype="stock" pixname="gtk-print-preview"/> @@ -38,15 +34,6 @@ <placeholder name="ComponentItems"> <menuitem name="NewCalendar" verb="NewCalendar" _label="New _Calendar" _tip="Create a new calendar"/> - <separator/> - <menuitem name="NewAppointment" verb="NewAppointment" _label="New _Appointment" - _tip="Create a new appointment"/> - <menuitem name="NewAllDayEvent" verb="NewAllDayEvent" _label="New All Day _Event" - _tip="Create a new all-day event"/> - <menuitem name="NewMeeting" verb="NewMeeting" _label="New _Meeting" - _tip="Create a new meeting"/> - <menuitem name="NewTask" verb="NewTask" _label="New _Task" - _tip="Create a new task"/> <separator/> </placeholder> </submenu> |