mac needs *.text as well as *.txt to match the IC extensions to a file type. r=blake/sr=sfraser. bug# 77761.

This commit is contained in:
pinkerton%netscape.com 2001-04-26 23:50:51 +00:00
Родитель 52f2a005f1
Коммит 8886b4c0ce
3 изменённых файлов: 1 добавлений и 27 удалений

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

@ -1,13 +0,0 @@
# do not localize the extentions, only the titles
allTitle=All Files
allFilter=*
htmlTitle=HTML Files
htmlFilter=*.html; *.htm; *.shtml; *.xhtml
textTitle=Text Files
textFilter=*.txt
imageTitle=Image Files
imageFilter=*.png; *.gif; *.jpeg; *.jpg
xmlTitle=XML Files
xmlFilter=*.xml
xulTitle=XUL Files
xulFilter=*.xul

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

@ -1,13 +0,0 @@
# do not localize the extentions, only the titles
allTitle=All Files
allFilter=*
htmlTitle=HTML Files
htmlFilter=*.html; *.htm; *.shtml; *.xhtml
textTitle=Text Files
textFilter=*.txt
imageTitle=Image Files
imageFilter=*.png; *.gif; *.jpeg; *.jpg
xmlTitle=XML Files
xmlFilter=*.xml
xulTitle=XUL Files
xulFilter=*.xul

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

@ -5,7 +5,7 @@ allFilter=*
htmlTitle=HTML Files
htmlFilter=*.html; *.htm; *.shtml; *.xhtml
textTitle=Text Files
textFilter=*.txt
textFilter=*.txt; *.text
imageTitle=Image Files
imageFilter=*.png; *.gif; *.jpeg; *.jpg
xmlTitle=XML Files