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
This commit is contained in:
jefft%netscape.com
1999-10-22 20:52:56 +00:00
parent 1a74d3549b
commit 5dd4804e4c

View File

@@ -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)