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