open account manager with window.openDialog()

git-svn-id: svn://10.0.0.236/trunk@34217 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com
1999-06-08 18:57:55 +00:00
parent eee7aa5d60
commit 592da646d0

View File

@@ -98,7 +98,7 @@ function GetNewMessages()
function MsgAccountManager()
{
dump('Opening account manager..\n');
messenger.AccountManager(window);
window.openDialog("chrome://messenger/content/AccountManager.xul", "AccountManager", "chrome");
}
function MsgSubscribe()