From 2217a021ca5c5ac918dd6e41c4ef29435b5a6b8e Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Thu, 18 Jan 2018 23:24:59 +0100 Subject: avoid deprecated GtkStock --- plugins/spell/pluma-spell-language-dialog.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/spell/pluma-spell-language-dialog.c') diff --git a/plugins/spell/pluma-spell-language-dialog.c b/plugins/spell/pluma-spell-language-dialog.c index 0690e1cc..beaf9572 100644 --- a/plugins/spell/pluma-spell-language-dialog.c +++ b/plugins/spell/pluma-spell-language-dialog.c @@ -130,11 +130,11 @@ create_dialog (PlumaSpellLanguageDialog *dlg, }; gtk_dialog_add_buttons (GTK_DIALOG (dlg), - GTK_STOCK_CANCEL, + "gtk-cancel", GTK_RESPONSE_CANCEL, - GTK_STOCK_OK, + "gtk-ok", GTK_RESPONSE_OK, - GTK_STOCK_HELP, + "gtk-help", GTK_RESPONSE_HELP, NULL); -- cgit v1.2.1