git-svn-id: svn://10.0.0.236/trunk@24230 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -230,7 +230,7 @@ nsViewerApp::Initialize(int argc, char** argv)
|
||||
if (NS_OK != rv) {
|
||||
return rv;
|
||||
}
|
||||
mPrefs->Startup("prefs.js");
|
||||
mPrefs->Startup(nsnull);
|
||||
|
||||
|
||||
// Load Fullcircle Talkback crash-reporting mechanism.
|
||||
|
||||
@@ -132,7 +132,7 @@ int main(int argc, char* argv[])
|
||||
if (NS_FAILED(rv)) {
|
||||
goto done;
|
||||
}
|
||||
prefs->Startup("prefs.js");
|
||||
prefs->Startup(nsnull);
|
||||
|
||||
/*
|
||||
* Start up the core services:
|
||||
|
||||
Reference in New Issue
Block a user