From 7af69989494113a5b97ad5dd01bb1a6168aa9724 Mon Sep 17 00:00:00 2001 From: "rlk%trfenv.com" Date: Thu, 13 May 2004 01:57:17 +0000 Subject: [PATCH] Fixing Help Viewer run-time error caused by elimination of comm.jar (bug 243465) --- toolkit/components/help/content/help.js | 2 +- toolkit/components/help/content/help.xul | 5 +---- .../components/help/content/helpContextOverlay.xul | 14 ++++++++------ .../components/help/content/helpMenuOverlay.xul | 9 ++++++--- 4 files changed, 16 insertions(+), 14 deletions(-) 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 @@