fix call palcement, suggested by jag on IRC, r=me

This commit is contained in:
ben%netscape.com 2000-06-22 08:43:41 +00:00
Родитель 3091226b99
Коммит 63fd3b9194
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -29,11 +29,12 @@
function Startup()
{
hPrefWindow = new nsPrefWindow('panelFrame');
hPrefWindow.init();
if( !hPrefWindow )
throw "failed to create prefwindow";
hPrefWindow.init();
// If this call worked, we could center the window here:
// centerWindowOnScreen();