renaming prefs file to prefs.js from prefs50.js, bug 5910

git-svn-id: svn://10.0.0.236/trunk@42805 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
racham%netscape.com
1999-08-09 21:08:54 +00:00
parent 955f649372
commit 8446247afe

View File

@@ -333,7 +333,7 @@ void nsSpecialFileSpec::operator = (Type aType)
case App_PreferencesFile50:
{
*this = nsSpecialFileSpec(App_PrefsDirectory50);
*this += "prefs50.js";
*this += "prefs.js";
break;
}
break;