This commit is contained in:
jfrancis%netscape.com 1999-09-08 19:10:13 +00:00
Родитель a74fc01967
Коммит 4587d375b0
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -351,7 +351,7 @@ nsEditorShell::InstantiateEditor(nsIDOMDocument *aDoc, nsIPresShell *aPresShell)
{
err = editor->Init(aDoc, aPresShell, 0);
}
else if (mEditorTypeString == "htmlMail") // HTML editor with special mail rules
else if (mEditorTypeString == "htmlmail") // HTML editor with special mail rules
{
err = editor->Init(aDoc, aPresShell, nsIHTMLEditor::eEditorMailMask);
}

Просмотреть файл

@ -351,7 +351,7 @@ nsEditorShell::InstantiateEditor(nsIDOMDocument *aDoc, nsIPresShell *aPresShell)
{
err = editor->Init(aDoc, aPresShell, 0);
}
else if (mEditorTypeString == "htmlMail") // HTML editor with special mail rules
else if (mEditorTypeString == "htmlmail") // HTML editor with special mail rules
{
err = editor->Init(aDoc, aPresShell, nsIHTMLEditor::eEditorMailMask);
}