From d4d329fa5f95aec330f65c8b95dbde2125ae51d5 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Mon, 13 Sep 2004 16:26:49 +0000 Subject: Point at the correct XML file for documentation 2004-09-13 Rodney Dawes * gui/contact-editor/e-contact-editor.c (show_help_cb): Point at the correct XML file for documentation svn path=/trunk/; revision=27255 --- addressbook/ChangeLog | 5 +++++ addressbook/gui/contact-editor/e-contact-editor.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index a0d07e7cd8..d39695a5fb 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2004-09-13 Rodney Dawes + + * gui/contact-editor/e-contact-editor.c (show_help_cb): + Point at the correct XML file for documentation + 2004-09-13 Sivaiah Nallagatla * gui/contact-editor/e-contact-editor.c diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index ffec55249c..5b447b7b99 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -2885,7 +2885,7 @@ show_help_cb (GtkWidget *widget, gpointer data) gnome_help_display_desktop (NULL, "evolution-" BASE_VERSION, - "usage-contact.xml", + "evolution-" BASE_VERSION ".xml", "usage-contact-cards", &error); if (error != NULL) -- cgit v1.2.3