From dee62ddcd076fbdfc9060da9277dfcb21010050a Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Wed, 15 Feb 2012 12:57:24 +0100 Subject: Fix broken Help button link in Contact Editor after Mallard transition. --- addressbook/gui/contact-editor/e-contact-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook') diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index bd7daf5258..f926eea764 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -3874,7 +3874,7 @@ show_help_cb (GtkWidget *widget, gpointer data) { /* FIXME Pass a proper parent window. */ - e_display_help (NULL, "usage-contact-cards"); + e_display_help (NULL, "contacts-usage-add-contact"); } static GList * -- cgit v1.2.3