Index: chrome/browser/gtk/browser_titlebar.cc |
=================================================================== |
--- chrome/browser/gtk/browser_titlebar.cc (revision 30942) |
+++ chrome/browser/gtk/browser_titlebar.cc (working copy) |
@@ -130,7 +130,7 @@ |
{ MENU_NORMAL, IDC_RELOAD, IDS_APP_MENU_RELOAD, 0, NULL, |
GDK_R, GDK_CONTROL_MASK, true }, |
{ MENU_SEPARATOR }, |
- { MENU_NORMAL, IDC_RESTORE_TAB, IDS_APP_MENU_RELOAD, 0, NULL, |
+ { MENU_NORMAL, IDC_RESTORE_TAB, IDS_RESTORE_TAB, 0, NULL, |
GDK_T, GDK_CONTROL_MASK | GDK_SHIFT_MASK, true }, |
{ MENU_NORMAL, IDC_DUPLICATE_TAB, IDS_APP_MENU_DUPLICATE_APP_WINDOW }, |
{ MENU_NORMAL, IDC_COPY_URL, IDS_APP_MENU_COPY_URL }, |