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 00eeb678be..5f90f5b41c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2000-05-10 Matt Loper <matt@helixcode.com> + + * gui/calendar-commands.c (calendar_control_activate): Move + "about" menuitem to the help menu. + 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * gui/Makefile.am: Added main.h. Combined the two EXTRA_DIST diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c index 22b716b97d..e6d5adedb8 100644 --- a/calendar/gui/calendar-commands.c +++ b/calendar/gui/calendar-commands.c @@ -629,7 +629,7 @@ calendar_control_activate (BonoboControl *control, /* help menu */ bonobo_ui_handler_menu_new_item (uih, - "/View/About Calendar", + "/Help/About Calendar", N_("About Calendar"), N_("About Calendar"), -1, |