diff --git a/mozilla/editor/ui/composer/content/EditorCommands.js b/mozilla/editor/ui/composer/content/EditorCommands.js index d09159b1b36..7ae2911cbd0 100644 --- a/mozilla/editor/ui/composer/content/EditorCommands.js +++ b/mozilla/editor/ui/composer/content/EditorCommands.js @@ -971,6 +971,12 @@ function EditorInsertOrEditHLine() contentWindow.focus(); } +function EditorInsertChars() +{ + window.openDialog("chrome://editor/content/EdInsertChars.xul", "_blank", "chrome,close,titlebar", ""); + contentWindow.focus(); +} + function EditorInsertOrEditNamedAnchor() { window.openDialog("chrome://editor/content/EdNamedAnchorProps.xul", "_blank", "chrome,close,titlebar,modal", ""); diff --git a/mozilla/editor/ui/composer/content/editor.xul b/mozilla/editor/ui/composer/content/editor.xul index 7b10230c562..7ef4bb11847 100644 --- a/mozilla/editor/ui/composer/content/editor.xul +++ b/mozilla/editor/ui/composer/content/editor.xul @@ -42,7 +42,7 @@ titlemodifier="&editorWindow.titlemodifier;" titlemenuseparator="&editorWindow.titlemodifiermenuseparator;" windowtype="composer:html" - align="vertical" + orient="vertical" width="640" height="480" screenX="10" screenY="10" persist="screenX screenY width height" @@ -147,7 +147,7 @@