aboutsummaryrefslogtreecommitdiffstats
path: root/modules/addressbook/e-book-shell-view-actions.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2014-02-17 21:38:58 +0800
committerMilan Crha <mcrha@redhat.com>2014-02-17 21:38:58 +0800
commitd0b147ddb6bb33c1cdf3c8181394a5d4e6b08431 (patch)
treef9e5c9392b04bc48ea78a8a86aa9cb50cd7e23f8 /modules/addressbook/e-book-shell-view-actions.c
parentad22aaac43b8652785d367a87c896439b3dd7cc9 (diff)
downloadgsoc2013-evolution-d0b147ddb6bb33c1cdf3c8181394a5d4e6b08431.tar
gsoc2013-evolution-d0b147ddb6bb33c1cdf3c8181394a5d4e6b08431.tar.gz
gsoc2013-evolution-d0b147ddb6bb33c1cdf3c8181394a5d4e6b08431.tar.bz2
gsoc2013-evolution-d0b147ddb6bb33c1cdf3c8181394a5d4e6b08431.tar.lz
gsoc2013-evolution-d0b147ddb6bb33c1cdf3c8181394a5d4e6b08431.tar.xz
gsoc2013-evolution-d0b147ddb6bb33c1cdf3c8181394a5d4e6b08431.tar.zst
gsoc2013-evolution-d0b147ddb6bb33c1cdf3c8181394a5d4e6b08431.zip
Add shortcuts previously defined by gtk-stock item definitions
Diffstat (limited to 'modules/addressbook/e-book-shell-view-actions.c')
-rw-r--r--modules/addressbook/e-book-shell-view-actions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/addressbook/e-book-shell-view-actions.c b/modules/addressbook/e-book-shell-view-actions.c
index 22efb4520c..491bb19b8b 100644
--- a/modules/addressbook/e-book-shell-view-actions.c
+++ b/modules/addressbook/e-book-shell-view-actions.c
@@ -876,7 +876,7 @@ static GtkActionEntry contact_entries[] = {
{ "address-book-copy",
"edit-copy",
N_("Co_py All Contacts To..."),
- NULL,
+ "<Control>c",
N_("Copy the contacts of the selected address book to another"),
G_CALLBACK (action_address_book_copy_cb) },