aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorAndre Klapper <ak-47@gmx.net>2012-02-15 20:02:06 +0800
committerAndre Klapper <ak-47@gmx.net>2012-02-15 20:03:23 +0800
commit71f29ebf672a1634d4e330085f8c380288b6e330 (patch)
treee7f00c72521d2f7a679a2e45f5aed6f48875faca /calendar
parente3e9da875e0e9d99c8cd624aed0737b528527a96 (diff)
downloadgsoc2013-evolution-71f29ebf672a1634d4e330085f8c380288b6e330.tar
gsoc2013-evolution-71f29ebf672a1634d4e330085f8c380288b6e330.tar.gz
gsoc2013-evolution-71f29ebf672a1634d4e330085f8c380288b6e330.tar.bz2
gsoc2013-evolution-71f29ebf672a1634d4e330085f8c380288b6e330.tar.lz
gsoc2013-evolution-71f29ebf672a1634d4e330085f8c380288b6e330.tar.xz
gsoc2013-evolution-71f29ebf672a1634d4e330085f8c380288b6e330.tar.zst
gsoc2013-evolution-71f29ebf672a1634d4e330085f8c380288b6e330.zip
Fix broken Help menu entry in Appointment Editor after Mallard transition.
Diffstat (limited to 'calendar')
-rw-r--r--calendar/gui/dialogs/event-editor.c2
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;