From b165cc575b3dfb6c8e07fca101838e687c4f609f Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Wed, 15 Feb 2012 13:11:52 +0100 Subject: Fix broken Help menu entry in Task Editor after Mallard transition. --- calendar/gui/dialogs/task-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/dialogs/task-editor.c') diff --git a/calendar/gui/dialogs/task-editor.c b/calendar/gui/dialogs/task-editor.c index 1942224f7f..e1d90f4d5a 100644 --- a/calendar/gui/dialogs/task-editor.c +++ b/calendar/gui/dialogs/task-editor.c @@ -288,7 +288,7 @@ task_editor_class_init (TaskEditorClass *class) object_class->constructed = task_editor_constructed; editor_class = COMP_EDITOR_CLASS (class); - editor_class->help_section = "usage-calendar-todo"; + editor_class->help_section = "tasks-usage"; editor_class->edit_comp = task_editor_edit_comp; editor_class->send_comp = task_editor_send_comp; editor_class->show_categories = task_editor_show_categories; -- cgit