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

This commit is contained in:
racham%netscape.com 1999-08-09 21:08:54 +00:00
Родитель c0d3c6e98a
Коммит 5d0188b2cd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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