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/gui/calendar-commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui') 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