From: Christian Dywan Date: Fri, 15 Aug 2008 18:48:30 +0000 (+0200) Subject: Use Ctrl+Shift+T for Undo Close Tab X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80251606ff1e57c5f6082cb66e91e50436d49a9b;p=midori Use Ctrl+Shift+T for Undo Close Tab --- diff --git a/midori/midori-browser.c b/midori/midori-browser.c index c0ae46d2..1ba58493 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -2820,7 +2820,7 @@ static const GtkActionEntry entries[] = { N_("Empty Trash"), "", N_("Delete the contents of the trash"), G_CALLBACK (_action_trash_empty_activate) }, { "UndoTabClose", GTK_STOCK_UNDELETE, - N_("Undo Close Tab"), "", + N_("Undo Close Tab"), "t", N_("Open the last closed tab"), G_CALLBACK (_action_undo_tab_close_activate) }, { "Bookmarks", NULL, N_("_Bookmarks") },