Fix 13475. You can now close and reopen mail 3 pane.

git-svn-id: svn://10.0.0.236/trunk@48275 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
putterman%netscape.com
1999-09-19 22:02:12 +00:00
parent 8d69541632
commit 9f9e7f2071

View File

@@ -33,7 +33,7 @@ function WizardPage() {}
function CloseMessenger()
{
dump("\nClose from XUL\nDo something...\n");
messenger.Close();
window.close();
}
function CharacterSet(){}