mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
parent
d2801b5992
commit
92c6ee5277
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user