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:
parent
d5c63c59e5
commit
c998443e25
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user