Closed Bug 298618 Opened 20 years ago Closed 18 years ago

Undefined entity "openHelpCmd.label" in help extension

Categories

(Thunderbird :: Mail Window Front End, defect)

defect
Not set
major

Tracking

(Not tracked)

VERIFIED WORKSFORME

People

(Reporter: whimboo, Assigned: mscott)

References

Details

(Keywords: regression)

The red label at the bottom of the window can be seen under all OS with current
thunderbird builds.

Error: undefined entity
Source File: chrome://help/content/helpMenuOverlay.xul
Line: 17, Column: 5
Source Code: <menuitem label="&openHelpCmd.label;" 

This regression is caused by the checkin of bug 127704. The entity are moved to
/xpfe/communicator/resources/locale/en-US/%platform%/platformCommunicatorOverlay.dtd
to support a platform specific description.

Where it should be added for Thunderbird?
No longer depends on: 127704
I don't see this with a TB nightly from June 20 (one month after the check-in of
the patch in bug 127704). Are you trying to build Thunderbird with the Suite's
Help extension?
WFM with a current (now - 3h) TB debug build with --enable-extensions=all and
--enable-calendar. But I'm on Mac OS X (like stefan_h, I suppose).
There is no difference with current cvs builds. I'm using the .mozconfig listed
below. Should this be a problem with ccache?

# Build configuration script for Thunderbird
#
# See http://www.mozilla.org/build/unix.html for build instructions.
#
. $topsrcdir/mail/config/mozconfig

# Compiler settings
CC="ccache gcc"
CXX="ccache g++"
AS=as
LD=ld
export CC CXX

# Options for client.mk.
mk_add_options MOZ_CO_PROJECT=mail
mk_add_options MOZ_CVS_FLAGS="-q -z6"
mk_add_options MOZ_OBJDIR=../obj/mail

ac_add_options --enable-application=mail

ac_add_options --srcdir=../../mozilla
ac_add_options --enable-debug
ac_add_options --disable-optimize
ac_add_options --enable-chrome-format=flat
ac_add_options --enable-extensions=all
ac_add_options --enable-default-toolkit=gtk2
ac_add_options --enable-xft
> Source File: chrome://help/content/helpMenuOverlay.xul
> Line: 17, Column: 5
> Source Code: <menuitem label="&openHelpCmd.label;" 
> 

Hmm, I don't understand what that file is coming from. Are you sure that you're
using a clean tree? Normally, you'll find that file in the suites chrome dir
(chrome/help.jar) if you haven't disabled the help extension when building.
Depends on: 299186
->WFM, feel free to reopen if you can reproduce with a clean tree
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
Never seen this again for the last month.

v.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.