diff --git a/mozilla/xpfe/appshell/src/nsFileLocations.cpp b/mozilla/xpfe/appshell/src/nsFileLocations.cpp index 84257ebd663..5f3b9f3cf2a 100644 --- a/mozilla/xpfe/appshell/src/nsFileLocations.cpp +++ b/mozilla/xpfe/appshell/src/nsFileLocations.cpp @@ -333,7 +333,7 @@ void nsSpecialFileSpec::operator = (Type aType) case App_PreferencesFile50: { *this = nsSpecialFileSpec(App_PrefsDirectory50); - *this += "prefs50.js"; + *this += "prefs.js"; break; } break;