add xpinstall content type settings to shell service and installer registrations

This commit is contained in:
ben@bengoodger.com
2004-05-04 10:04:14 +00:00
parent 2ab0a9010e
commit d87a94797d
2 changed files with 11 additions and 0 deletions

View File

@@ -152,6 +152,12 @@ typedef struct {
PREFIX MID SUFFIX
static SETTING gSettings[] = {
// Extension Manager Keys
{ MAKE_KEY_NAME1(CLS, "MIME\\Database\\Content Type\\application/x-xpinstall;app=firefox"),
"Extension",
".xpi",
NO_SUBSTITUTION | NON_ESSENTIAL },
// File Extension Aliases
{ MAKE_KEY_NAME1(CLS, ".htm"), "", CLS_HTML, NO_SUBSTITUTION | NON_ESSENTIAL },
{ MAKE_KEY_NAME1(CLS, ".html"), "", CLS_HTML, NO_SUBSTITUTION | NON_ESSENTIAL },