From 8e007cdb2bcf302f364e8b78dd9afc517f09de5d Mon Sep 17 00:00:00 2001 From: "jwatt%jwatt.org" Date: Fri, 25 Feb 2005 21:13:36 +0000 Subject: [PATCH] Bug 283272 : Save Files As... saves .svgz files uncompressed : r+sr=bz --- uriloader/exthandler/nsExternalHelperAppService.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/uriloader/exthandler/nsExternalHelperAppService.cpp b/uriloader/exthandler/nsExternalHelperAppService.cpp index a65f8826c2a..5b1c247e93a 100644 --- a/uriloader/exthandler/nsExternalHelperAppService.cpp +++ b/uriloader/exthandler/nsExternalHelperAppService.cpp @@ -461,7 +461,8 @@ static nsDefaultMimeTypeEntry nonDecodableExtensions [] = { { APPLICATION_GZIP, "gz" }, { APPLICATION_GZIP, "tgz" }, { APPLICATION_ZIP, "zip" }, - { APPLICATION_COMPRESS, "z" } + { APPLICATION_COMPRESS, "z" }, + { APPLICATION_GZIP, "svgz" } }; NS_IMPL_ISUPPORTS6(