diff options
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-calendar.xml | 9 |
2 files changed, 6 insertions, 8 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 1ebc81afac..e840a31e71 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2001-08-13 Anna Marie Dirks <anna@ximian.com> + + * evolution-calendar.xml: removed the redundant view-switching + menu items from the bottom of the view menu. + 2001-08-13 Iain Holmes <iain@ximian.com> * my-evolution.xml: Add the reload button and fix the print button. diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index a7f67e65f5..28b8e6e3ff 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -65,14 +65,7 @@ <separator/> </placeholder> - <placeholder name="ViewAfterControl"> - <separator/> - <menuitem name="DayView" verb="ShowDayView" _label="_Day"/> - <menuitem name="WorkWeekView" verb="ShowWorkWeekView" _label="W_ork Week"/> - <menuitem name="WeekView" verb="ShowWeekView" _label="_Week"/> - <menuitem name="MonthView" verb="ShowMonthView" _label="_Month"/> - </placeholder> - </submenu> + </submenu> <placeholder name="ComponentToolsPlaceholder"> <submenu name="Tools" _label="_Tools"> |