From aac2106c8a1eb8d10af2b5277e07af895a264320 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 10 Nov 2009 19:08:01 +0100 Subject: Bug #593751 - Show correct context menu in calendar views --- modules/calendar/e-cal-shell-view-actions.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (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 4fa8b07eae..f3a0f209d5 100644 --- a/modules/calendar/e-cal-shell-view-actions.c +++ b/modules/calendar/e-cal-shell-view-actions.c @@ -1322,7 +1322,7 @@ static GtkActionEntry calendar_entries[] = { G_CALLBACK (action_event_delete_occurrence_all_cb) }, { "event-all-day-new", - NULL, + "stock_new-24h-appointment", N_("New All Day _Event..."), NULL, N_("Create a new all day event"), @@ -1336,7 +1336,7 @@ static GtkActionEntry calendar_entries[] = { G_CALLBACK (action_event_forward_cb) }, { "event-meeting-new", - NULL, + "stock_new-meeting", N_("New _Meeting..."), NULL, N_("Create a new meeting"), @@ -1350,7 +1350,7 @@ static GtkActionEntry calendar_entries[] = { G_CALLBACK (action_event_move_cb) }, { "event-new", - NULL, + "appointment-new", N_("New _Appointment..."), NULL, N_("Create a new appointment"), @@ -1364,7 +1364,7 @@ static GtkActionEntry calendar_entries[] = { G_CALLBACK (action_event_occurrence_movable_cb) }, { "event-open", - NULL, + GTK_STOCK_OPEN, N_("_Open Appointment"), "o", N_("View the current appointment"), -- cgit