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 --- calendar/alarm-notify/alarm-queue.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/alarm-notify/alarm-queue.c') diff --git a/calendar/alarm-notify/alarm-queue.c b/calendar/alarm-notify/alarm-queue.c index fb341e9e05..5c62a32bfd 100644 --- a/calendar/alarm-notify/alarm-queue.c +++ b/calendar/alarm-notify/alarm-queue.c @@ -1963,8 +1963,8 @@ procedure_notification_dialog (const gchar *cmd, dialog = gtk_dialog_new_with_buttons ( _("Warning"), NULL, 0, - GTK_STOCK_NO, GTK_RESPONSE_CANCEL, - GTK_STOCK_YES, GTK_RESPONSE_OK, + _("_No"), GTK_RESPONSE_CANCEL, + _("_Yes"), GTK_RESPONSE_OK, NULL); str = g_strdup_printf ( -- cgit v1.2.3