diff options
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |