From 295c5fca2a907109b146909cc7e09cbb0cb5899a Mon Sep 17 00:00:00 2001 From: "glazman%netscape.com" Date: Thu, 11 Apr 2002 13:48:05 +0000 Subject: [PATCH] Inserting a special char was disabling all inline styles in composer (due to bad call); b=103213, r=brade, sr=kin, a=rjesup, super-a=jfrancis, rs=jaime git-svn-id: svn://10.0.0.236/trunk@118749 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/ui/dialogs/content/EdInsertChars.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/editor/ui/dialogs/content/EdInsertChars.js b/mozilla/editor/ui/dialogs/content/EdInsertChars.js index a565e61fc57..1d44883ac1d 100644 --- a/mozilla/editor/ui/dialogs/content/EdInsertChars.js +++ b/mozilla/editor/ui/dialogs/content/EdInsertChars.js @@ -64,7 +64,7 @@ function onAccept() // Insert the character // Note: Assiated parent window and editorShell // will be changed to whatever editor window has the focus - window.editorShell.InsertSource(LatinChar); + window.editorShell.InsertText(LatinChar); // Set persistent attributes to save // which category, letter, and character modifier was used