From 80251606ff1e57c5f6082cb66e91e50436d49a9b Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Fri, 15 Aug 2008 20:48:30 +0200 Subject: [PATCH] Use Ctrl+Shift+T for Undo Close Tab --- midori/midori-browser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") },