From 635c43d1c915b27762d0f57e97f946579e6d986d Mon Sep 17 00:00:00 2001 From: Matthew Loper Date: Wed, 10 May 2000 17:36:59 +0000 Subject: Move "about" menuitem to the help menu. * gui/calendar-commands.c (calendar_control_activate): Move "about" menuitem to the help menu. svn path=/trunk/; revision=2970 --- calendar/gui/calendar-commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/calendar-commands.c') 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, -- cgit