diff options
author | Milan Crha <mcrha@redhat.com> | 2014-02-17 21:38:58 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2014-02-17 21:38:58 +0800 |
commit | d0b147ddb6bb33c1cdf3c8181394a5d4e6b08431 (patch) | |
tree | f9e5c9392b04bc48ea78a8a86aa9cb50cd7e23f8 /modules/calendar/e-memo-shell-view-actions.c | |
parent | ad22aaac43b8652785d367a87c896439b3dd7cc9 (diff) | |
download | gsoc2013-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/calendar/e-memo-shell-view-actions.c')
-rw-r--r-- | modules/calendar/e-memo-shell-view-actions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calendar/e-memo-shell-view-actions.c b/modules/calendar/e-memo-shell-view-actions.c index 251eb39c59..21a1b5b58a 100644 --- a/modules/calendar/e-memo-shell-view-actions.c +++ b/modules/calendar/e-memo-shell-view-actions.c @@ -605,7 +605,7 @@ static GtkActionEntry memo_entries[] = { { "memo-list-copy", "edit-copy", N_("_Copy..."), - NULL, + "<Control>c", NULL, /* XXX Add a tooltip! */ G_CALLBACK (action_memo_list_copy_cb) }, |