diff options
author | Anna Marie Dirks <anna@ximian.com> | 2001-08-14 07:48:54 +0800 |
---|---|---|
committer | Anna Dirks <anna@src.gnome.org> | 2001-08-14 07:48:54 +0800 |
commit | 6bf544d2583d19cca5a644aa5f80c68de58657d2 (patch) | |
tree | 3712b9985ee91084cd8e0c884e2c2b8f0952cda8 | |
parent | 5f9bdb3041dceff9512bfe683809df3ef558f4a2 (diff) | |
download | gsoc2013-evolution-6bf544d2583d19cca5a644aa5f80c68de58657d2.tar.gz gsoc2013-evolution-6bf544d2583d19cca5a644aa5f80c68de58657d2.tar.zst gsoc2013-evolution-6bf544d2583d19cca5a644aa5f80c68de58657d2.zip |
removed the redundant view-switching menu items from the bottom of the
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.
svn path=/trunk/; revision=11980
-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"> |