From 59d1f3405c653eb45ca462508d5e6ed968513e42 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 9 Jan 2009 19:15:57 +0000 Subject: Add missing accelerator for File -> Print. svn path=/branches/kill-bonobo/; revision=37023 --- addressbook/gui/component/e-book-shell-view-actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui/component/e-book-shell-view-actions.c') 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, + "p", N_("Print selected contacts"), G_CALLBACK (action_contact_print_cb) }, -- cgit v1.2.3