fix for plaintext editor, fallout from bug 201982

sr=sfraser


git-svn-id: svn://10.0.0.236/trunk@141323 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com 2003-04-17 18:28:35 +00:00
parent d5c63c59e5
commit c998443e25

View File

@ -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;
}