aboutsummaryrefslogtreecommitdiffstats
path: root/modules
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
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')
-rw-r--r--modules/addressbook/e-book-shell-view-actions.c2
-rw-r--r--modules/calendar/e-cal-shell-view-actions.c4
-rw-r--r--modules/calendar/e-cal-shell-view-memopad.c2
-rw-r--r--modules/calendar/e-cal-shell-view-taskpad.c2
-rw-r--r--modules/calendar/e-memo-shell-view-actions.c2
-rw-r--r--modules/calendar/e-task-shell-view-actions.c2
6 files changed, 7 insertions, 7 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) },
diff --git a/modules/calendar/e-cal-shell-view-actions.c b/modules/calendar/e-cal-shell-view-actions.c
index 1dd1b332e9..62a5dc2459 100644
--- a/modules/calendar/e-cal-shell-view-actions.c
+++ b/modules/calendar/e-cal-shell-view-actions.c
@@ -1348,7 +1348,7 @@ static GtkActionEntry calendar_entries[] = {
{ "calendar-copy",
"edit-copy",
N_("_Copy..."),
- NULL,
+ "<Control>c",
NULL, /* XXX Add a tooltip! */
G_CALLBACK (action_calendar_copy_cb) },
@@ -1565,7 +1565,7 @@ static GtkActionEntry calendar_entries[] = {
{ "quit-calendar",
"window-close",
N_("Quit"),
- NULL,
+ "<Control>w",
NULL, /* XXX Add a tooltip! */
G_CALLBACK (quit_calendar_cb) },
diff --git a/modules/calendar/e-cal-shell-view-memopad.c b/modules/calendar/e-cal-shell-view-memopad.c
index c7917eaf43..35bbec9a07 100644
--- a/modules/calendar/e-cal-shell-view-memopad.c
+++ b/modules/calendar/e-cal-shell-view-memopad.c
@@ -276,7 +276,7 @@ static GtkActionEntry calendar_memopad_entries[] = {
{ "calendar-memopad-open",
"document-open",
N_("_Open Memo"),
- NULL,
+ "<Control>o",
N_("View the selected memo"),
G_CALLBACK (action_calendar_memopad_open_cb) },
diff --git a/modules/calendar/e-cal-shell-view-taskpad.c b/modules/calendar/e-cal-shell-view-taskpad.c
index 6b881bb39b..b06f2cda30 100644
--- a/modules/calendar/e-cal-shell-view-taskpad.c
+++ b/modules/calendar/e-cal-shell-view-taskpad.c
@@ -363,7 +363,7 @@ static GtkActionEntry calendar_taskpad_entries[] = {
{ "calendar-taskpad-open",
"document-open",
N_("_Open Task"),
- NULL,
+ "<Control>o",
N_("View the selected task"),
G_CALLBACK (action_calendar_taskpad_open_cb) },
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) },
diff --git a/modules/calendar/e-task-shell-view-actions.c b/modules/calendar/e-task-shell-view-actions.c
index b5e34797ca..c32612d83f 100644
--- a/modules/calendar/e-task-shell-view-actions.c
+++ b/modules/calendar/e-task-shell-view-actions.c
@@ -729,7 +729,7 @@ static GtkActionEntry task_entries[] = {
{ "task-list-copy",
"edit-copy",
N_("Copy..."),
- NULL,
+ "<Control>c",
NULL, /* XXX Add a tooltip! */
G_CALLBACK (action_task_list_copy_cb) },