From b48e21d9aa7eb16e559739b71b9d08f90dfa92be Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 12 Feb 2014 20:45:53 +0100 Subject: Stop using deprecated gtk-stock items --- e-util/e-rule-context.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'e-util/e-rule-context.c') diff --git a/e-util/e-rule-context.c b/e-util/e-rule-context.c index ac999ee4f5..668bea2875 100644 --- a/e-util/e-rule-context.c +++ b/e-util/e-rule-context.c @@ -812,8 +812,8 @@ e_rule_context_add_rule_gui (ERuleContext *context, dialog =(GtkDialog *) gtk_dialog_new (); gtk_dialog_add_buttons ( dialog, - GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, - GTK_STOCK_OK, GTK_RESPONSE_OK, + _("_Cancel"), GTK_RESPONSE_CANCEL, + _("_OK"), GTK_RESPONSE_OK, NULL); gtk_window_set_title ((GtkWindow *) dialog, title); -- cgit v1.2.3