From 93c1357da29c068d1418f8bd07b58b55d05f5c0b Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Wed, 25 Jun 2014 11:33:44 +0200 Subject: EHTMLEditor - Stop using deprecated gtk-stock items --- e-util/e-html-editor-replace-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'e-util/e-html-editor-replace-dialog.c') 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)), -- cgit v1.2.3