diff options
Diffstat (limited to 'em-format/e-mail-formatter-error.c')
-rw-r--r-- | em-format/e-mail-formatter-error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/em-format/e-mail-formatter-error.c b/em-format/e-mail-formatter-error.c index 7b5dae59b4..9c53a99e61 100644 --- a/em-format/e-mail-formatter-error.c +++ b/em-format/e-mail-formatter-error.c @@ -66,7 +66,7 @@ emfe_error_format (EMailFormatterExtension *extension, "<tr valign=\"top\"><td width=50>" "<img src=\"gtk-stock://%s/?size=%d\" /></td>\n" "<td style=\"color: red;\">", - GTK_STOCK_DIALOG_ERROR, GTK_ICON_SIZE_DIALOG); + "dialog-error", GTK_ICON_SIZE_DIALOG); camel_stream_write_string (stream, html, cancellable, NULL); g_free (html); |