diff options
author | Andre Klapper <ak-47@gmx.net> | 2012-02-15 20:10:18 +0800 |
---|---|---|
committer | Andre Klapper <ak-47@gmx.net> | 2012-02-15 20:10:18 +0800 |
commit | c2c852f59818e3526a1da3ba89724d9efd4f4351 (patch) | |
tree | eac12d1d5b3b94390c798e49dc28ee8602477c0d | |
parent | 71f29ebf672a1634d4e330085f8c380288b6e330 (diff) | |
download | gsoc2013-evolution-c2c852f59818e3526a1da3ba89724d9efd4f4351.tar.gz gsoc2013-evolution-c2c852f59818e3526a1da3ba89724d9efd4f4351.tar.zst gsoc2013-evolution-c2c852f59818e3526a1da3ba89724d9efd4f4351.zip |
Fix broken Help menu entry in Memo Editor after Mallard transition.
-rw-r--r-- | calendar/gui/dialogs/comp-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c index d5eee61a87..12ecb02d16 100644 --- a/calendar/gui/dialogs/comp-editor.c +++ b/calendar/gui/dialogs/comp-editor.c @@ -1786,7 +1786,7 @@ comp_editor_class_init (CompEditorClass *class) widget_class->drag_motion = comp_editor_drag_motion; widget_class->drag_data_received = comp_editor_drag_data_received; - class->help_section = "usage-calendar"; + class->help_section = "memos-usage"; class->edit_comp = real_edit_comp; class->send_comp = real_send_comp; class->object_created = NULL; |