diff options
author | Andre Klapper <ak-47@gmx.net> | 2012-02-15 19:49:58 +0800 |
---|---|---|
committer | Andre Klapper <ak-47@gmx.net> | 2012-02-15 19:52:01 +0800 |
commit | 0dc14bba6eb964c6dbf4410da950738c3042c42b (patch) | |
tree | 4fda22262ecbad50dc7d03057e2489619910cd15 /plugins | |
parent | 160006402248075b95c98e9e34d4538670ba7480 (diff) | |
download | gsoc2013-evolution-0dc14bba6eb964c6dbf4410da950738c3042c42b.tar.gz gsoc2013-evolution-0dc14bba6eb964c6dbf4410da950738c3042c42b.tar.zst gsoc2013-evolution-0dc14bba6eb964c6dbf4410da950738c3042c42b.zip |
Fix broken Help button link for 'Insert > Custom Header' dialog after Mallard transition.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/email-custom-header/email-custom-header.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/email-custom-header/email-custom-header.c b/plugins/email-custom-header/email-custom-header.c index ab352d61d2..4e65f21c85 100644 --- a/plugins/email-custom-header/email-custom-header.c +++ b/plugins/email-custom-header/email-custom-header.c @@ -136,7 +136,7 @@ epech_fill_widgets_with_data (CustomHeaderOptionsDialog *mch) gint set_index_column; priv = mch->priv; - priv->help_section = g_strdup ("usage-mail"); + priv->help_section = g_strdup ("mail-composer-custom-header-lines"); for (set_index_column = 0; set_index_column < priv->email_custom_header_details->len; set_index_column++) { |