changed start page to netcenter
git-svn-id: svn://10.0.0.236/trunk@15125 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ba8fd871ca
commit
27b9a14618
@ -83,7 +83,11 @@ nsViewerApp::nsViewerApp()
|
||||
NS_INIT_REFCNT();
|
||||
|
||||
char * text = PR_GetEnv("NGLAYOUT_HOME");
|
||||
mStartURL = text ? text : "resource:/res/samples/test0.html";
|
||||
// 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://www.netscape.com";
|
||||
|
||||
mDelay = 1;
|
||||
mRepeatCount = 1;
|
||||
mNumSamples = 10;
|
||||
@ -300,6 +304,10 @@ AddTestDocsFromFile(nsWebCrawler* aCrawler, const nsString& aFileName)
|
||||
fclose(fp);
|
||||
}
|
||||
|
||||
int _CrtSetDbgFlag(int arg){
|
||||
return arg;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsViewerApp::ProcessArguments(int argc, char** argv)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user