From 780180cad9b91ae18970e9735e708665497fa49c Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 13 Nov 2009 18:34:04 -0500 Subject: BugĀ 601767 - Delete action in calendar view has glitches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/calendar/e-cal-shell-view-actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/calendar/e-cal-shell-view-actions.c') diff --git a/modules/calendar/e-cal-shell-view-actions.c b/modules/calendar/e-cal-shell-view-actions.c index d0ab20d138..42ecf3af82 100644 --- a/modules/calendar/e-cal-shell-view-actions.c +++ b/modules/calendar/e-cal-shell-view-actions.c @@ -1303,7 +1303,7 @@ static GtkActionEntry calendar_entries[] = { { "event-delete", GTK_STOCK_DELETE, NULL, - NULL, + "d", N_("Delete the appointment"), G_CALLBACK (action_event_delete_cb) }, -- cgit