Added XUL as a MIME type.

git-svn-id: svn://10.0.0.236/trunk@19370 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hyatt%netscape.com 1999-02-02 23:34:01 +00:00
parent 4d5db2152f
commit 06e22f12e4
2 changed files with 6 additions and 0 deletions

View File

@ -43,6 +43,10 @@ exts="rdf" type=text/rdf \
desc="Resource Description Framework" icon=internal-gopher-text
# XXX should this be text/xml?
exts="xul" type=text/xul \
desc="XML-Based User Interface Language" icon=internal-gopher-text
# XXX whatever applies to RDF might apply to this as well
exts="rtf" type=application/rtf \
desc="Rich Text Format" icon=internal-gopher-text
# note: text/richtext is *not the same format*

View File

@ -8,6 +8,8 @@ desc=\"Hypertext Markup Language\" icon=resource:/res/network/gopher-text.gif",
desc=\"Extensible Markup Language\" icon=resource:/res/network/gopher-text.gif",
"exts=\"rdf\" type=text/rdf \
desc=\"Resource Description Framework\" icon=resource:/res/network/gopher-text.gif",
"exts=\"xul\" type=text/xul \
desc=\"XML-Based User Interface Language\" icon=resource:/res/network/gopher-text.gif",
"exts=\"rtf\" type=application/rtf \
desc=\"Rich Text Format\" icon=resource:/res/network/gopher-text.gif",
"exts=\"pdf\" type=application/pdf \