Change InitHTMLEditor to Init and removed EnableUndo, which is done in Init

This commit is contained in:
cmanske%netscape.com 1999-03-05 21:05:31 +00:00
Родитель 50e79f8c24
Коммит 632d7ed2ea
1 изменённых файлов: 1 добавлений и 3 удалений

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

@ -102,9 +102,7 @@ nsresult NS_InitEditorMode(nsIDOMDocument *aDOMDocument, nsIPresShell* aPresShel
return NS_ERROR_OUT_OF_MEMORY;
}
gEditor->InitHTMLEditor(aDOMDocument, aPresShell);
gEditor->EnableUndo(PR_TRUE);
result = gEditor->Init(aDOMDocument, aPresShell);
return result;
}