diff options
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/calendar-commands.c | 2 |
2 files changed, 6 insertions, 1 deletions
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 <alves@hungry.com> + + * gui/calendar-commands.c (calendar_control_activate): moved + "About Calendar" into the View menu so it shows up. + 2000-04-20 Seth Alves <alves@hungry.com> * 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, |