fix bug 15137, open->openDialog, r=jar

This commit is contained in:
morse%netscape.com 1999-10-16 23:36:22 +00:00
parent 86ed577bd4
commit 0ccf1220b4
2 changed files with 6 additions and 6 deletions

View File

@ -872,7 +872,7 @@ function OpenSearch(tabName, searchStr)
function WalletEditor()
{
window.open("chrome://wallet/content/WalletEditor.xul","walletEditor","modal,chrome,height=504,width=436");
window.openDialog("chrome://wallet/content/WalletEditor.xul","walletEditor","modal,chrome,height=504,width=436");
}
@ -924,12 +924,12 @@ function OpenSearch(tabName, searchStr)
function SignonViewer()
{
window.open("chrome://wallet/content/SignonViewer.xul","SSViewer","modal,chrome,height=504,width=436");
window.openDialog("chrome://wallet/content/SignonViewer.xul","SSViewer","modal,chrome,height=504,width=436");
}
function CookieViewer()
{
window.open("chrome://wallet/content/CookieViewer.xul","CookieViewer","modal,chrome,height=504,width=436");
window.openDialog("chrome://wallet/content/CookieViewer.xul","CookieViewer","modal,chrome,height=504,width=436");
}
function OpenMessenger()

View File

@ -872,7 +872,7 @@ function OpenSearch(tabName, searchStr)
function WalletEditor()
{
window.open("chrome://wallet/content/WalletEditor.xul","walletEditor","modal,chrome,height=504,width=436");
window.openDialog("chrome://wallet/content/WalletEditor.xul","walletEditor","modal,chrome,height=504,width=436");
}
@ -924,12 +924,12 @@ function OpenSearch(tabName, searchStr)
function SignonViewer()
{
window.open("chrome://wallet/content/SignonViewer.xul","SSViewer","modal,chrome,height=504,width=436");
window.openDialog("chrome://wallet/content/SignonViewer.xul","SSViewer","modal,chrome,height=504,width=436");
}
function CookieViewer()
{
window.open("chrome://wallet/content/CookieViewer.xul","CookieViewer","modal,chrome,height=504,width=436");
window.openDialog("chrome://wallet/content/CookieViewer.xul","CookieViewer","modal,chrome,height=504,width=436");
}
function OpenMessenger()