change the default file type to 'TEXT' to avoid creating files that are useless to every app on the planet. r=pchen/a=sfraser. bug# 64704

This commit is contained in:
pinkerton%netscape.com 2001-01-31 01:35:16 +00:00
parent 79713bc4c2
commit 5739fc29ee

View File

@ -789,7 +789,7 @@ nsLocalFile::nsLocalFile()
, mLastResolveFlag(PR_FALSE)
, mHaveFileInfo(PR_FALSE)
, mFollowSymlinks(PR_FALSE)
, mType('????')
, mType('TEXT')
, mCreator(kDefaultCreator)
{
NS_INIT_REFCNT();