Closed
Bug 374806
Opened 19 years ago
Closed 19 years ago
"\r\n" displayed explicitly instead of a line break in installer's alert windows
Categories
(Firefox :: Installer, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 373972
People
(Reporter: marcoos, Unassigned)
Details
Attachments
(1 file)
|
54.79 KB,
image/png
|
Details |
The \r\n in the FileError_NoIgnore string in override.properties is displayed explicitly in the dialog window instead of breaking the lines.
Steps to reproduce
1. Put a dummy read-only file C:\Program Files\Mozilla Firefox\firefox.exe
2. Start the installer, click Next until you see the message
Actual results
1. Broken error message
Expected results
1. A normal error message
This has been submitted to Polish community forum by a WinXP user, and I can confirm this happening on Vista.
Updated•19 years ago
|
Version: unspecified → 2.0 Branch
| Reporter | ||
Updated•19 years ago
|
Version: 2.0 Branch → unspecified
| Reporter | ||
Updated•19 years ago
|
Version: unspecified → 2.0 Branch
Comment 1•19 years ago
|
||
Rob,
that's the FileError_NoIgnore string, http://mxr.mozilla.org/mozilla1.8/search?string=FileError_NoIgnore, called in from MessageBox at
http://mxr.mozilla.org/mozilla1.8/source/toolkit/mozapps/installer/windows/nsis/common.nsh#1898
I didn't find any insightful documentation at
http://www.nullsoft.com/free/nsis/makensis.htm#MessageBox, but I guess that's assuming to be a single line string?
Updated•19 years ago
|
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•