From 7763ec98a616c8bb6300557525806d669987eba1 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Thu, 1 Mar 2018 23:08:25 +0100 Subject: avoid eel_create_question_dialog with stock ids --- libcaja-private/caja-mime-actions.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcaja-private/caja-mime-actions.c') diff --git a/libcaja-private/caja-mime-actions.c b/libcaja-private/caja-mime-actions.c index ca320ba0..f9203315 100644 --- a/libcaja-private/caja-mime-actions.c +++ b/libcaja-private/caja-mime-actions.c @@ -741,7 +741,7 @@ report_broken_symbolic_link (GtkWindow *parent_window, CajaFile *file) goto out; } - dialog = eel_show_yes_no_dialog (prompt, detail, _("Mo_ve to Trash"), "gtk-cancel", + dialog = eel_show_yes_no_dialog (prompt, detail, _("Mo_ve to Trash"), "process-stop", parent_window); gtk_dialog_set_default_response (dialog, GTK_RESPONSE_CANCEL); @@ -1179,7 +1179,7 @@ confirm_multiple_windows (GtkWindow *parent_window, "This will open %d separate windows.", count), count); } dialog = eel_show_yes_no_dialog (prompt, detail, - "gtk-ok", "gtk-cancel", + "gtk-ok", "process-stop", parent_window); g_free (detail); -- cgit v1.2.1