diff options
Diffstat (limited to 'executive-summary/component')
-rw-r--r-- | executive-summary/component/e-summary-callbacks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executive-summary/component/e-summary-callbacks.c b/executive-summary/component/e-summary-callbacks.c index 7343726865..383fe47bc0 100644 --- a/executive-summary/component/e-summary-callbacks.c +++ b/executive-summary/component/e-summary-callbacks.c @@ -263,7 +263,7 @@ configure_summary (GtkWidget *widget, vbox = glade_xml_get_widget (data->xml, "vbox"); html = html_new (TRUE); - put_html (html, + put_html (GTK_HTML(html), _("You can select a different HTML page for the background " "of the Executive Summary.\n\nJust leave it blank for the " "default")); |