Bug 901747 - The "slow startup" notification bar should point users to the help article on resetting Firefox. r=jaws

This commit is contained in:
Justin Dolske 2013-08-23 18:30:07 -07:00
parent d838a5710b
commit f126e6b17c

View File

@ -543,7 +543,7 @@ BrowserGlue.prototype = {
label: win.gNavigatorBundle.getString("slowStartup.helpButton.label"),
accessKey: win.gNavigatorBundle.getString("slowStartup.helpButton.accesskey"),
callback: function () {
win.openUILinkIn("https://support.mozilla.org/kb/firefox-takes-long-time-start-up", "tab");
win.openUILinkIn("https://support.mozilla.org/kb/reset-firefox-easily-fix-most-problems", "tab");
}
},
{