Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3341)

Unified Diff: chrome/browser/ui/gtk/global_menu_bar.cc

Issue 10546072: Use different help URLs for menus, accelerators, and WebUI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/gtk/accelerators_gtk.cc ('k') | chrome/browser/ui/gtk/menu_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/global_menu_bar.cc
diff --git a/chrome/browser/ui/gtk/global_menu_bar.cc b/chrome/browser/ui/gtk/global_menu_bar.cc
index 6490a632a4f2cfc1fb3d37ecb7acd98b937da842..6e810498d6848d8807c905c2145a540adbccdf12 100644
--- a/chrome/browser/ui/gtk/global_menu_bar.cc
+++ b/chrome/browser/ui/gtk/global_menu_bar.cc
@@ -137,7 +137,7 @@ GlobalMenuBarCommand tools_menu[] = {
GlobalMenuBarCommand help_menu[] = {
{ IDS_FEEDBACK, IDC_FEEDBACK },
- { IDS_HELP_PAGE , IDC_HELP_PAGE },
+ { IDS_HELP_PAGE , IDC_HELP_PAGE_VIA_MENU },
{ MENU_END, MENU_END }
};
« no previous file with comments | « chrome/browser/ui/gtk/accelerators_gtk.cc ('k') | chrome/browser/ui/gtk/menu_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698