From d0b147ddb6bb33c1cdf3c8181394a5d4e6b08431 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 17 Feb 2014 14:38:58 +0100 Subject: Add shortcuts previously defined by gtk-stock item definitions --- shell/e-shell-window-actions.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'shell/e-shell-window-actions.c') diff --git a/shell/e-shell-window-actions.c b/shell/e-shell-window-actions.c index fcf1e07a74..fee855918d 100644 --- a/shell/e-shell-window-actions.c +++ b/shell/e-shell-window-actions.c @@ -883,14 +883,14 @@ static GtkActionEntry shell_entries[] = { { "copy-clipboard", "edit-copy", N_("_Copy"), - NULL, + "c", N_("Copy the selection"), NULL }, /* Handled by EFocusTracker */ { "cut-clipboard", "edit-cut", N_("Cu_t"), - NULL, + "x", N_("Cut the selection"), NULL }, /* Handled by EFocusTracker */ @@ -918,7 +918,7 @@ static GtkActionEntry shell_entries[] = { { "paste-clipboard", "edit-paste", N_("_Paste"), - NULL, + "v", N_("Paste the clipboard"), NULL }, /* Handled by EFocusTracker */ @@ -946,7 +946,7 @@ static GtkActionEntry shell_entries[] = { { "quit", "application-exit", N_("_Quit"), - NULL, + "q", N_("Exit the program"), G_CALLBACK (action_quit_cb) }, @@ -974,14 +974,14 @@ static GtkActionEntry shell_entries[] = { { "search-options", "edit-find", N_("_Find"), - NULL, + "f", N_("Click here to change the search type"), G_CALLBACK (action_search_options_cb) }, { "search-quick", "edit-find", N_("_Find Now"), - "", /* Block the default Ctrl+F. */ + NULL, N_("Execute the current search parameters"), G_CALLBACK (action_search_quick_cb) }, @@ -1053,7 +1053,7 @@ static GtkActionEntry shell_entries[] = { { "new-menu", "document-new", N_("_New"), - "", + NULL, NULL, NULL }, -- cgit v1.2.3