mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 04:03:47 +00:00
Set Home page for viewer.
This commit is contained in:
parent
8630892040
commit
1cea64fc20
@ -45,8 +45,9 @@ static NS_DEFINE_IID(kINetContainerApplicationIID,
|
||||
static NS_DEFINE_IID(kISupportsIID, NS_ISUPPORTS_IID);
|
||||
|
||||
nsViewerApp::nsViewerApp()
|
||||
: mStartURL("resource:/res/samples/test0.html")
|
||||
{
|
||||
char * text = PR_GetEnv("NGLAYOUT_HOME");
|
||||
mStartURL = text ? text : "resource:/res/samples/test0.html";
|
||||
mDelay = 1;
|
||||
mRepeatCount = 1;
|
||||
mNumSamples = 10;
|
||||
|
Loading…
x
Reference in New Issue
Block a user