aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
Diffstat (limited to 'calendar')
-rw-r--r--calendar/modules/e-cal-shell-view-actions.c2
-rw-r--r--calendar/modules/e-memo-shell-view-actions.c2
-rw-r--r--calendar/modules/e-task-shell-view-actions.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/calendar/modules/e-cal-shell-view-actions.c b/calendar/modules/e-cal-shell-view-actions.c
index 22b2250acb..0631b6e088 100644
--- a/calendar/modules/e-cal-shell-view-actions.c
+++ b/calendar/modules/e-cal-shell-view-actions.c
@@ -633,7 +633,7 @@ static GtkActionEntry calendar_entries[] = {
{ "calendar-print",
GTK_STOCK_PRINT,
NULL,
- NULL,
+ "<Control>p",
N_("Print this calendar"),
G_CALLBACK (action_calendar_print_cb) },
diff --git a/calendar/modules/e-memo-shell-view-actions.c b/calendar/modules/e-memo-shell-view-actions.c
index 627f698449..8975edf71a 100644
--- a/calendar/modules/e-memo-shell-view-actions.c
+++ b/calendar/modules/e-memo-shell-view-actions.c
@@ -582,7 +582,7 @@ static GtkActionEntry memo_entries[] = {
{ "memo-list-print",
GTK_STOCK_PRINT,
NULL,
- NULL,
+ "<Control>p",
N_("Print the list of memos"),
G_CALLBACK (action_memo_list_print_cb) },
diff --git a/calendar/modules/e-task-shell-view-actions.c b/calendar/modules/e-task-shell-view-actions.c
index 80ee864db0..c1273633c9 100644
--- a/calendar/modules/e-task-shell-view-actions.c
+++ b/calendar/modules/e-task-shell-view-actions.c
@@ -707,7 +707,7 @@ static GtkActionEntry task_entries[] = {
{ "task-list-print",
GTK_STOCK_PRINT,
NULL,
- NULL,
+ "<Control>p",
N_("Print the list of tasks"),
G_CALLBACK (action_task_list_print_cb) },