bug 37846, signon viewer and wallet editor not accessible from pref panel

This commit is contained in:
morse%netscape.com 2000-05-02 22:24:16 +00:00
parent 70c90c3742
commit 42cbd2bf4f

View File

@ -44,12 +44,12 @@
<![CDATA[ <![CDATA[
function viewSignons() function viewSignons()
{ {
window.openDialog("chrome://wallet/content/SignonViewer.xul","","modal=yes,chrome,resizable=no"); window.openDialog("chrome://communicator/content/wallet/SignonViewer.xul","","modal=yes,chrome,resizable=no");
} }
function viewWallet() function viewWallet()
{ {
window.openDialog("chrome://wallet/content/WalletEditor.xul","","modal=yes,chrome,resizable=no"); window.openDialog("chrome://communicator/content/wallet/WalletEditor.xul","","modal=yes,chrome,resizable=no");
} }
function changePasswords() function changePasswords()