From c2dd29f0f6f77842fde17173f6a5e7f90edea084 Mon Sep 17 00:00:00 2001 From: "sfraser%netscape.com" Date: Fri, 2 Apr 1999 00:09:36 +0000 Subject: [PATCH] Make it a text editor that gets instantiated. Remove obsolete line. git-svn-id: svn://10.0.0.236/trunk@25964 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/AppCores/xul/EditorAppShell.xul | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpfe/AppCores/xul/EditorAppShell.xul b/mozilla/xpfe/AppCores/xul/EditorAppShell.xul index e6097fc673d..d373c2612a9 100755 --- a/mozilla/xpfe/AppCores/xul/EditorAppShell.xul +++ b/mozilla/xpfe/AppCores/xul/EditorAppShell.xul @@ -20,11 +20,11 @@ if (appCore != null) { dump("EditorAppCore has been created.\n"); appCore.Init("EditorAppCore"); + appCore.setEditorType("text"); appCore.setContentWindow(window.frames[0]); appCore.setWebShellWindow(window); appCore.setToolbarWindow(window); dump("Adding EditorAppCore to AppCoreManager...\n"); - /* XPAppCoresManager.Add(appCore); */ } } else { dump("EditorAppCore has already been created! Why?\n");