aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
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 /addressbook
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 'addressbook')
-rw-r--r--addressbook/gui/component/e-book-shell-view-actions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/e-book-shell-view-actions.c b/addressbook/gui/component/e-book-shell-view-actions.c
index 457f15cf1b..fc9e6b99db 100644
--- a/addressbook/gui/component/e-book-shell-view-actions.c
+++ b/addressbook/gui/component/e-book-shell-view-actions.c
@@ -670,7 +670,7 @@ static GtkActionEntry contact_entries[] = {
{ "contact-print",
GTK_STOCK_PRINT,
NULL,
- NULL,
+ "<Control>p",
N_("Print selected contacts"),
G_CALLBACK (action_contact_print_cb) },