Fix for 7060 -- new blank page crashes on windows. Changed from using about:blank to empty_doc.html, because about:blank barfs on Windoze. r kin, a chofmann

git-svn-id: svn://10.0.0.236/trunk@38859 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sfraser%netscape.com
1999-07-09 01:17:29 +00:00
parent e5f0e53850
commit aa8e84c69c

View File

@@ -437,7 +437,7 @@
}
}
if ( core ) {
core.ShowWindowWithArgs( "chrome://editor/content", window, "about:blank" );
core.ShowWindowWithArgs( "chrome://editor/content", window, "resource:/res/html/empty_doc.html" );
} else {
dump("Error; can't create toolkitCore\n");
}