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 @@
+
+
+
+
+
+
+
-