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)