diff options
Diffstat (limited to 'e-util/e-html-editor-replace-dialog.c')
-rw-r--r-- | e-util/e-html-editor-replace-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-html-editor-replace-dialog.c b/e-util/e-html-editor-replace-dialog.c index 7addcdfdad..2b4369045f 100644 --- a/e-util/e-html-editor-replace-dialog.c +++ b/e-util/e-html-editor-replace-dialog.c @@ -278,7 +278,7 @@ e_html_editor_replace_dialog_new (EHTMLEditor *editor) g_object_new ( E_TYPE_HTML_EDITOR_REPLACE_DIALOG, "editor", editor, - "icon-name", GTK_STOCK_FIND_AND_REPLACE, + "icon-name", "edit-find-replace", "resizable", FALSE, "title", N_("Replace"), "transient-for", gtk_widget_get_toplevel (GTK_WIDGET (editor)), |