Changed default page to navigator.xul

This commit is contained in:
rods%netscape.com 1999-02-18 17:12:09 +00:00
Родитель fc9583712b
Коммит 87c0c117e2
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -286,7 +286,7 @@ nsBrowserAppCore::NewWindow()
// Default URL if one was not provided in the cmdline
if (nsnull == urlstr)
urlstr = "resource:/res/samples/appshell.html";
urlstr = "resource:/res/samples/navigator.xul";
else
fprintf(stderr, "URL to load is %s\n", urlstr);