changed the default start page, yet again

This commit is contained in:
rickg%netscape.com 1998-11-25 02:19:58 +00:00
Родитель d763624a59
Коммит 6d55e1e86a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -86,7 +86,7 @@ nsViewerApp::nsViewerApp()
// mStartURL = text ? text : "resource:/res/samples/test0.html";
//rickg 20Nov98: For the sake of a good demo, pre-load a decent URL...
mStartURL = text ? text : "http://home.netscape.com/eng/mozilla/5.0/DR1/hello.html";
mStartURL = text ? text : "http://developer.netscape.com/software/communicator/ngl/index.html";
mDelay = 1;
mRepeatCount = 1;