Bug 301963 - The 'edit options' button in the Software Installation Disabled message bar has 'undefined' as the button title. r+a=mconnor.

git-svn-id: svn://10.0.0.236/trunk@177276 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mozilla.mano%sent.com 2005-08-07 00:50:17 +00:00
parent 7a0c43bc33
commit 2fe980b153

View File

@ -472,8 +472,8 @@ const gXPInstallObserver = {
if (!gPrefService.getBoolPref("xpinstall.enabled")) {
messageString = browserBundle.getFormattedString("xpinstallDisabledWarning",
[brandShortName, host]);
buttonKey = browserBundle.getString("xpinstallDisabledWarningButton.accesskey");
buttonAccesskeyString = browserBundle.getString("xpinstallDisabledWarningButton");
buttonAccesskeyString = browserBundle.getString("xpinstallDisabledWarningButton.accesskey");
buttonString = browserBundle.getString("xpinstallDisabledWarningButton");
getBrowser().showMessage(browser, iconURL, messageString, buttonString,
null, "xpinstall-install-edit-prefs",
null, "top", false, buttonAccesskeyString);