New blank window should open a blank editor window.

This commit is contained in:
sfraser%netscape.com 1999-07-02 21:38:08 +00:00
Родитель 817d9c0a4f
Коммит 4c3134066b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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