fix for plaintext editor, fallout from bug 201982

sr=sfraser
This commit is contained in:
alecf%netscape.com 2003-04-17 18:28:35 +00:00
Родитель 042d365f80
Коммит 6d56e591d2
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -62,7 +62,9 @@ static NS_DEFINE_CID(kEditorCommandTableCID, NS_EDITORCOMMANDTABLE_CID);
PR_STATIC_CALLBACK(nsresult)
Initialize(nsIModule* self)
{
#ifndef MOZILLA_PLAINTEXT_EDITOR_ONLY
nsEditProperty::RegisterAtoms();
#endif
return NS_OK;
}