diff options
author | Andre Klapper <ak-47@gmx.net> | 2012-02-15 20:11:52 +0800 |
---|---|---|
committer | Andre Klapper <ak-47@gmx.net> | 2012-02-15 20:11:52 +0800 |
commit | b165cc575b3dfb6c8e07fca101838e687c4f609f (patch) | |
tree | 5992dd478214968f1ceec97818501bfddb7ea39c /calendar | |
parent | c2c852f59818e3526a1da3ba89724d9efd4f4351 (diff) | |
download | gsoc2013-evolution-b165cc575b3dfb6c8e07fca101838e687c4f609f.tar.gz gsoc2013-evolution-b165cc575b3dfb6c8e07fca101838e687c4f609f.tar.zst gsoc2013-evolution-b165cc575b3dfb6c8e07fca101838e687c4f609f.zip |
Fix broken Help menu entry in Task Editor after Mallard transition.
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/gui/dialogs/task-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |