Chromium Code Reviews

Unified Diff: chrome/browser/gtk/browser_titlebar.cc

Issue 360023: GTK: Fix a couple minor popup window icon menu bugs. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | chrome/browser/gtk/menu_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 },
« no previous file with comments | « no previous file | chrome/browser/gtk/menu_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine