From d36dc422b7ee427af8bd4bfc8f8cdecdc5e66b1e Mon Sep 17 00:00:00 2001 From: "sfraser%netscape.com" Date: Thu, 4 May 2000 23:39:14 +0000 Subject: [PATCH] Fix bugs 38189 and 38190 -- basic command enabling stuff. git-svn-id: svn://10.0.0.236/trunk@68288 18797224-902f-48f8-a5cc-f745e15eee43 --- .../ui/composer/content/ComposerCommands.js | 4 ++-- .../editor/ui/composer/content/editorOverlay.xul | 15 +++++++-------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/mozilla/editor/ui/composer/content/ComposerCommands.js b/mozilla/editor/ui/composer/content/ComposerCommands.js index c6109fb28fc..2a7702cdc71 100644 --- a/mozilla/editor/ui/composer/content/ComposerCommands.js +++ b/mozilla/editor/ui/composer/content/ComposerCommands.js @@ -577,10 +577,10 @@ function SetupControllerCommands() gComposerCommandManager.registerCommand("cmd_findNext", nsFindNextCommand); gComposerCommandManager.registerCommand("cmd_spelling", nsSpellingCommand); - gComposerCommandManager.registerCommand("cmd_editHTML", nsEditHTMLCommand); + gComposerCommandManager.registerCommand("cmd_editHTML", nsEditHTMLCommand); + gComposerCommandManager.registerCommand("cmd_insertChars", nsInsertCharsCommand); gComposerCommandManager.registerCommand("cmd_preferences", nsPreferencesCommand); - gComposerCommandManager.registerCommand("cmd_listProperties", nsListPropertiesCommand); gComposerCommandManager.registerCommand("cmd_pageProperties", nsPagePropertiesCommand); gComposerCommandManager.registerCommand("cmd_colorProperties", nsColorPropertiesCommand); diff --git a/mozilla/editor/ui/composer/content/editorOverlay.xul b/mozilla/editor/ui/composer/content/editorOverlay.xul index 7ba1e5f7579..cddaf9fd43b 100644 --- a/mozilla/editor/ui/composer/content/editorOverlay.xul +++ b/mozilla/editor/ui/composer/content/editorOverlay.xul @@ -107,12 +107,6 @@ - - - - - - @@ -120,7 +114,6 @@ - @@ -210,8 +203,14 @@ + + + + + + + -