diff options
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.c | 2 |
2 files changed, 6 insertions, 1 deletions
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 <dobey@novell.com> + + * gui/contact-editor/e-contact-editor.c (show_help_cb): + Point at the correct XML file for documentation + 2004-09-13 Sivaiah Nallagatla <snallagatla@novell.com> * 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) |