aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2009-01-10 03:15:57 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2009-01-10 03:15:57 +0800
commit59d1f3405c653eb45ca462508d5e6ed968513e42 (patch)
tree46f10b927f6bf08850019ce92b55cc5d65203df9 /calendar
parent2b9c72826a8574385d0360267217cc068e27a910 (diff)
downloadgsoc2013-evolution-59d1f3405c653eb45ca462508d5e6ed968513e42.tar
gsoc2013-evolution-59d1f3405c653eb45ca462508d5e6ed968513e42.tar.gz
gsoc2013-evolution-59d1f3405c653eb45ca462508d5e6ed968513e42.tar.bz2
gsoc2013-evolution-59d1f3405c653eb45ca462508d5e6ed968513e42.tar.lz
gsoc2013-evolution-59d1f3405c653eb45ca462508d5e6ed968513e42.tar.xz
gsoc2013-evolution-59d1f3405c653eb45ca462508d5e6ed968513e42.tar.zst
gsoc2013-evolution-59d1f3405c653eb45ca462508d5e6ed968513e42.zip
Add missing accelerator for File -> Print.
svn path=/branches/kill-bonobo/; revision=37023
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) },