aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-shell-view-actions.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-11-11 02:08:01 +0800
committerMilan Crha <mcrha@redhat.com>2009-11-11 02:08:01 +0800
commitaac2106c8a1eb8d10af2b5277e07af895a264320 (patch)
treeaf1727e2f9cf612a181a9046424cbb72c41ab298 /modules/calendar/e-cal-shell-view-actions.c
parent54fe7e3b2affbe5fd962460ec5ba6942a77b747c (diff)
downloadgsoc2013-evolution-aac2106c8a1eb8d10af2b5277e07af895a264320.tar
gsoc2013-evolution-aac2106c8a1eb8d10af2b5277e07af895a264320.tar.gz
gsoc2013-evolution-aac2106c8a1eb8d10af2b5277e07af895a264320.tar.bz2
gsoc2013-evolution-aac2106c8a1eb8d10af2b5277e07af895a264320.tar.lz
gsoc2013-evolution-aac2106c8a1eb8d10af2b5277e07af895a264320.tar.xz
gsoc2013-evolution-aac2106c8a1eb8d10af2b5277e07af895a264320.tar.zst
gsoc2013-evolution-aac2106c8a1eb8d10af2b5277e07af895a264320.zip
Bug #593751 - Show correct context menu in calendar views
Diffstat (limited to 'modules/calendar/e-cal-shell-view-actions.c')
-rw-r--r--modules/calendar/e-cal-shell-view-actions.c8
1 files changed, 4 insertions, 4 deletions
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"),
"<Control>o",
N_("View the current appointment"),