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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user