Use Ctrl+Shift+T for Undo Close Tab

This commit is contained in:
Christian Dywan 2008-08-15 20:48:30 +02:00
parent 13dc575968
commit 80251606ff

View file

@ -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"), "<Ctrl><Shift>t",
N_("Open the last closed tab"), G_CALLBACK (_action_undo_tab_close_activate) },
{ "Bookmarks", NULL, N_("_Bookmarks") },