From 5dd4804e4c05331d496c7a2a2b5f7c8427613589 Mon Sep 17 00:00:00 2001 From: "jefft%netscape.com" Date: Fri, 22 Oct 1999 20:52:56 +0000 Subject: [PATCH] fixed bug 17069 - Save As...File format list for saving a selected message shows a .hml for the HTML format; fix typo; r=bienvenu git-svn-id: svn://10.0.0.236/trunk@51546 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/src/xpwidgets/nsFileSpecWithUIImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/widget/src/xpwidgets/nsFileSpecWithUIImpl.cpp b/mozilla/widget/src/xpwidgets/nsFileSpecWithUIImpl.cpp index 0e206516cf9..a837560c6f4 100644 --- a/mozilla/widget/src/xpwidgets/nsFileSpecWithUIImpl.cpp +++ b/mozilla/widget/src/xpwidgets/nsFileSpecWithUIImpl.cpp @@ -151,7 +151,7 @@ void nsFileSpecWithUIImpl::SetFileWidgetFilterList( } if (mask & eHTMLFiles) { - *nextTitle++ = "HTML Files (*.hml; *.html)"; + *nextTitle++ = "HTML Files (*.htm; *.html)"; *nextFilter++ = "*.htm; *.html"; } if (mask & eXMLFiles)