mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
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:
parent
79713bc4c2
commit
5739fc29ee
@ -789,7 +789,7 @@ nsLocalFile::nsLocalFile()
|
||||
, mLastResolveFlag(PR_FALSE)
|
||||
, mHaveFileInfo(PR_FALSE)
|
||||
, mFollowSymlinks(PR_FALSE)
|
||||
, mType('????')
|
||||
, mType('TEXT')
|
||||
, mCreator(kDefaultCreator)
|
||||
{
|
||||
NS_INIT_REFCNT();
|
||||
|
Loading…
Reference in New Issue
Block a user