From 71f29ebf672a1634d4e330085f8c380288b6e330 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Wed, 15 Feb 2012 13:02:06 +0100 Subject: Fix broken Help menu entry in Appointment Editor after Mallard transition. --- calendar/gui/dialogs/event-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/dialogs/event-editor.c') diff --git a/calendar/gui/dialogs/event-editor.c b/calendar/gui/dialogs/event-editor.c index 29352642e7..79e951244e 100644 --- a/calendar/gui/dialogs/event-editor.c +++ b/calendar/gui/dialogs/event-editor.c @@ -518,7 +518,7 @@ event_editor_class_init (EventEditorClass *class) object_class->constructed = event_editor_constructed; editor_class = COMP_EDITOR_CLASS (class); - editor_class->help_section = "usage-calendar-apts"; + editor_class->help_section = "calendar-usage-add-appointment"; editor_class->edit_comp = event_editor_edit_comp; editor_class->send_comp = event_editor_send_comp; editor_class->show_categories = event_editor_show_categories; -- cgit