From 9c9f6d76dcbc7a24849e3ff934564700521efd9d Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Fri, 21 Apr 2000 15:53:32 +0000 Subject: moved "About Calendar" into the View menu so it shows up. * gui/calendar-commands.c (calendar_control_activate): moved "About Calendar" into the View menu so it shows up. svn path=/trunk/; revision=2545 --- calendar/ChangeLog | 5 +++++ calendar/gui/calendar-commands.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4a746a513d..e7b95e8f8a 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2000-04-21 Seth Alves + + * gui/calendar-commands.c (calendar_control_activate): moved + "About Calendar" into the View menu so it shows up. + 2000-04-20 Seth Alves * gui/gnome-cal.c (gnome_calendar_changed_cb): new function: callback diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c index a052b8ebf7..d6e10f214b 100644 --- a/calendar/gui/calendar-commands.c +++ b/calendar/gui/calendar-commands.c @@ -537,7 +537,7 @@ calendar_control_activate (BonoboControl *control, /* help menu */ bonobo_ui_handler_menu_new_item (uih, - "/Help/About Calendar", + "/View/About Calendar", N_("About Calendar"), N_("About Calendar"), -1, -- cgit