diff --git a/toolkit/components/help/content/help.js b/toolkit/components/help/content/help.js
index 80b3f92450df..0aefaeaee5da 100644
--- a/toolkit/components/help/content/help.js
+++ b/toolkit/components/help/content/help.js
@@ -342,7 +342,7 @@ function goForward() {
function goHome() {
// Load "Welcome" page
- loadURI("chrome://help/locale/welcome.xhtml");
+ loadURI("chrome://help/locale/firefox_welcome.xhtml");
}
function print() {
diff --git a/toolkit/components/help/content/help.xul b/toolkit/components/help/content/help.xul
index cb0f86413d80..e1d71295a42c 100644
--- a/toolkit/components/help/content/help.xul
+++ b/toolkit/components/help/content/help.xul
@@ -39,8 +39,6 @@
-
-
%brandDTD;
@@ -60,7 +58,6 @@
-
@@ -176,7 +173,7 @@
diff --git a/toolkit/components/help/content/helpContextOverlay.xul b/toolkit/components/help/content/helpContextOverlay.xul
index 31e289916968..a82f040f4afb 100644
--- a/toolkit/components/help/content/helpContextOverlay.xul
+++ b/toolkit/components/help/content/helpContextOverlay.xul
@@ -32,24 +32,24 @@
# the provisions above, a recipient may use your version of this file under
# the terms of any one of the MPL, the GPL or the LGPL.
-
%helpDTD;
]>
-
+# Help Window's right-click menu
diff --git a/toolkit/components/help/content/helpMenuOverlay.xul b/toolkit/components/help/content/helpMenuOverlay.xul
index ad4d82553e23..e9d3d6578ef3 100644
--- a/toolkit/components/help/content/helpMenuOverlay.xul
+++ b/toolkit/components/help/content/helpMenuOverlay.xul
@@ -58,10 +58,13 @@
position="1"
accesskey="&helpContents.accesskey;"
key="key_openHelp"
-#ifdef MOZ_PHOENIX
- oncommand="openHelp('firefox-help');"/>
-#elifdef MOZ_THUNDERBIRD
+# Use the Thunderbird content pack if we're building thunderbird. Otherwise use the Firefox content
+# pack. We should use else instead of elseif to prevent build errors if MOZ_PHOENIX and MOZ_THUNDERBIRD
+# are not built.
+#ifdef MOZ_THUNDERBIRD
oncommand="openHelp('smtp-docs','chrome://help/locale/thunderbirdhelp.rdf');"/>
+#else
+ oncommand="openHelp('firefox-help');"/>
#endif
# Disable For IE Users menu item on Unix systems and if we're not building