remove my comment

git-svn-id: svn://10.0.0.236/trunk@33094 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com 1999-05-28 03:36:04 +00:00
parent 02ebcfbb55
commit 33f48b3ff6

View File

@ -269,8 +269,7 @@ void nsPref::useDefaultPrefFile()
rv = StartUpWith(prefsFile);
}
else {
// no prefs file. make a stub of one, then fill in some default prefs. this is a hack to
// get people to use Messenger 5.0 by trying to set up some prefs.
// no prefs file. make a stub of one
nsOutputFileStream stream(prefsFile);
if (stream.is_open()) {
stream << PREFS_HEADER_LINE_1 << nsEndl << PREFS_HEADER_LINE_2 << nsEndl << nsEndl;