Bug 17282; change submenu id so overlay is applied; r=ben@netscape.com

This commit is contained in:
law%netscape.com 2000-07-19 14:08:22 +00:00
parent 0df53cb8ae
commit 3c6c697c53
2 changed files with 2 additions and 2 deletions

View File

@ -273,7 +273,7 @@ function CheckForWalletAndImage()
// perform a wallet action
function WalletAction( action )
{
var strings = document.getElementById("strings");
var strings = document.getElementById("personalManagers");
if (action == "password" || action == "expire" || action == "clear") {
wallet = Components.classes['component://netscape/wallet/wallet-service'];
wallet = wallet.getService();

View File

@ -38,7 +38,7 @@
<menuseparator/>
<menu value="&walletMenu.label;">
<menupopup id="strings"
<menupopup id="personalManagers"
PasswordNotChanged = "&PasswordNotChanged;"
PasswordExpired = "&PasswordExpired;"
PasswordNotExpired = "&PasswordNotExpired;"