diff options
author | Andre Klapper <ak-47@gmx.net> | 2012-02-15 19:57:24 +0800 |
---|---|---|
committer | Andre Klapper <ak-47@gmx.net> | 2012-02-15 19:57:24 +0800 |
commit | dee62ddcd076fbdfc9060da9277dfcb21010050a (patch) | |
tree | 4de202fb256cb01f753e64fcb9eecffb4603636c /addressbook | |
parent | 0dc14bba6eb964c6dbf4410da950738c3042c42b (diff) | |
download | gsoc2013-evolution-dee62ddcd076fbdfc9060da9277dfcb21010050a.tar.gz gsoc2013-evolution-dee62ddcd076fbdfc9060da9277dfcb21010050a.tar.zst gsoc2013-evolution-dee62ddcd076fbdfc9060da9277dfcb21010050a.zip |
Fix broken Help button link in Contact Editor after Mallard transition.
Diffstat (limited to 'addressbook')
-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 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 * |