Bug 448029 - "Check for Updates" label and its variations need separate accesskeys. r=gavin

This commit is contained in:
Vlado Valastiak
2009-04-11 10:46:01 +02:00
parent 441626b303
commit 178e794cb4
4 changed files with 7 additions and 2 deletions

View File

@@ -521,6 +521,7 @@ function buildHelpMenu()
}
}
checkForUpdates.label = getStringWithUpdateName("updatesItem_" + key);
checkForUpdates.accessKey = strings.getString("updatesItem_" + key + ".accesskey");
if (um.activeUpdate && updates.isDownloading)
checkForUpdates.setAttribute("loading", "true");
else