From b9f15766ea041dff7303ab660be270be1c05223e Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Sat, 2 Feb 2002 01:06:36 +0000 Subject: [PATCH] add .shtml to list of extensions we register with ourselves. Bug 60733, r=law, sr=alecf. git-svn-id: svn://10.0.0.236/trunk@113484 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/components/winhooks/nsWindowsHooks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpfe/components/winhooks/nsWindowsHooks.cpp b/mozilla/xpfe/components/winhooks/nsWindowsHooks.cpp index 172f0913f48..d6b76f13a9d 100644 --- a/mozilla/xpfe/components/winhooks/nsWindowsHooks.cpp +++ b/mozilla/xpfe/components/winhooks/nsWindowsHooks.cpp @@ -77,7 +77,7 @@ const char *bmpExts[] = { ".bmp", 0 }; const char *icoExts[] = { ".ico", 0 }; const char *xmlExts[] = { ".xml", 0 }; const char *xulExts[] = { ".xul", 0 }; -const char *htmExts[] = { ".htm", ".html", 0 }; +const char *htmExts[] = { ".htm", ".html", ".shtml", 0 }; static FileTypeRegistryEntry jpg( jpgExts, "MozillaJPEG", "Mozilla Joint Photographic Experts Group Image File" ),