Andreas J. wrote: > Hi there > > Often (not everytime) i close mozilla > i get an errormessage (look at attached screenshot). > > This happen since milestone 0.9.5 > I use the german-takback-zip versions from http://www.kairo.at/ > > The error happens on different windows-machines, > even with a new profile. > > anybody who can help me out?
I can tell you what the problem appears to be. in the .dtd files inside the jar files, it lists all of the text used throughout mozilla so it can be converted to different languages. Your browser is looking for the text contained in a variable called "&exitWarningMsg.label". But this variable is probably missing from the german version that you are using. To fix it, you'd have to open the proper .dtd file and add one or 2 lines of code to define the variable.
