To reduce confusion, read preferences.js for UNIX, prefs.js for Win/Mac, M3 bug #2343, approved dp
git-svn-id: svn://10.0.0.236/trunk@24210 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -957,7 +957,11 @@ pref_CompareStrings (const void *v1, const void *v2)
|
||||
PR_IMPLEMENT(PRBool)
|
||||
pref_useDefaultPrefFile(void)
|
||||
{
|
||||
#ifdef XP_UNIX
|
||||
return PREF_Init("preferences.js");
|
||||
#else /* all others XP_WIN && XP_MAC */
|
||||
return PREF_Init("prefs.js");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user