diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2009-01-10 03:15:57 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-01-10 03:15:57 +0800 |
commit | 59d1f3405c653eb45ca462508d5e6ed968513e42 (patch) | |
tree | 46f10b927f6bf08850019ce92b55cc5d65203df9 /addressbook/gui | |
parent | 2b9c72826a8574385d0360267217cc068e27a910 (diff) | |
download | gsoc2013-evolution-59d1f3405c653eb45ca462508d5e6ed968513e42.tar.gz 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/gui')
-rw-r--r-- | addressbook/gui/component/e-book-shell-view-actions.c | 2 |
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) }, |