This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch tor-browser-91.10.0esr-11.5-1 in repository tor-browser.
commit ea8ffe3c906735a80775095b4780cdb6ce05d6c9 Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Tue Jun 14 11:44:09 2022 +0200
fixup! Bug 10760: Integrate TorButton to TorBrowser core
Updated Manual URLs --- browser/base/content/browser-menubar.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/browser/base/content/browser-menubar.inc b/browser/base/content/browser-menubar.inc index 4b7564cea0878..d3c272f8dc392 100644 --- a/browser/base/content/browser-menubar.inc +++ b/browser/base/content/browser-menubar.inc @@ -482,7 +482,7 @@ <box id="menu_HelpPopup_reportPhishingErrortoolmenu"/> <!-- Add Tor Browser manual link --> <menuitem id="torBrowserUserManual" - oncommand="gBrowser.selectedTab = gBrowser.addTab('https://tb-manual.torproject.org/' + Services.locale.requestedLocale, {triggeringPrincipal: Services.scriptSecurityManager.getSystemPrincipal()});" + oncommand="gBrowser.selectedTab = gBrowser.addTab('about:manual', {triggeringPrincipal: Services.scriptSecurityManager.getSystemPrincipal()});" label="&aboutTor.torbrowser_user_manual.label;" accesskey="&aboutTor.torbrowser_user_manual.accesskey;"/> <!-- Bug 18905: Hide unused help menu items -->