diff --git a/mozilla/editor/ui/dialogs/content/EdDictionary.xul b/mozilla/editor/ui/dialogs/content/EdDictionary.xul
index 3fab71f4678..cd4834a1026 100644
--- a/mozilla/editor/ui/dialogs/content/EdDictionary.xul
+++ b/mozilla/editor/ui/dialogs/content/EdDictionary.xul
@@ -40,26 +40,35 @@
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/mozilla/editor/ui/dialogs/content/EdSpellCheck.js b/mozilla/editor/ui/dialogs/content/EdSpellCheck.js
index fa429873576..d9191e398d1 100644
--- a/mozilla/editor/ui/dialogs/content/EdSpellCheck.js
+++ b/mozilla/editor/ui/dialogs/content/EdSpellCheck.js
@@ -93,15 +93,17 @@ function Startup()
return;
}
- // "Close" button becomes "Send"
- gDialog.CloseButton.setAttribute("label", GetString("Send"));
+ // Hide "Close" button and use "Send" instead
+ gDialog.CloseButton.hidden = true;
+ gDialog.CloseButton = document.getElementById("Send");
+ gDialog.CloseButton.hidden = false;
}
else
{
// Normal spell checking - hide the "Stop" button
// (Note that this button is the "Cancel" button for
// Esc keybinding and related window close actions)
- gDialog.StopButton.setAttribute("hidden", "true");
+ gDialog.StopButton.hidden = true;
}
// Clear flag that determines message when
diff --git a/mozilla/editor/ui/dialogs/content/EdSpellCheck.xul b/mozilla/editor/ui/dialogs/content/EdSpellCheck.xul
index 0587279afbe..cdbc7ba187f 100644
--- a/mozilla/editor/ui/dialogs/content/EdSpellCheck.xul
+++ b/mozilla/editor/ui/dialogs/content/EdSpellCheck.xul
@@ -52,16 +52,22 @@
-
+
-
+
-
+
-
+
@@ -73,27 +79,32 @@
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
-
+
-
+
-
+
+
diff --git a/mozilla/editor/ui/dialogs/locale/en-US/EditorPersonalDictionary.dtd b/mozilla/editor/ui/dialogs/locale/en-US/EditorPersonalDictionary.dtd
index b7bdee2a92c..bc4a307ba78 100644
--- a/mozilla/editor/ui/dialogs/locale/en-US/EditorPersonalDictionary.dtd
+++ b/mozilla/editor/ui/dialogs/locale/en-US/EditorPersonalDictionary.dtd
@@ -24,9 +24,15 @@
+
+
+
+
+
+
diff --git a/mozilla/editor/ui/dialogs/locale/en-US/EditorSpellCheck.dtd b/mozilla/editor/ui/dialogs/locale/en-US/EditorSpellCheck.dtd
index 9558a510b68..6ea4570cbeb 100644
--- a/mozilla/editor/ui/dialogs/locale/en-US/EditorSpellCheck.dtd
+++ b/mozilla/editor/ui/dialogs/locale/en-US/EditorSpellCheck.dtd
@@ -25,19 +25,32 @@
+
+
-
+
+
+
+
+
-
+
+
+
+
+
+
+
+