Closed
Bug 411847
Opened 17 years ago
Closed 17 years ago
About box for customized distributions doesn't show distribution name
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: hello, Assigned: hello)
Details
Attachments
(2 files)
|
1.11 KB,
patch
|
asaf
:
review+
mtschrep
:
approval1.9+
|
Details | Diff | Splinter Review |
|
1.00 KB,
patch
|
beltzner
:
approval1.9b3+
|
Details | Diff | Splinter Review |
The about box should show a short blurb about the distribution, but it currently does not work (maybe only works on Mac).
The reason: aboutDialog.js uses the 'Ci' shorthand in the code that adds the distribution info to the dialog. I think on Mac it's available, but it's definitely not on Windows.
Patch coming up.
Flags: blocking-firefox3?
Comment 2•17 years ago
|
||
Oops, looks like we we forgot this one case in bug 395862 :(.
Updated•17 years ago
|
Attachment #296480 -
Flags: review?(mano) → review+
| Assignee | ||
Updated•17 years ago
|
Attachment #296480 -
Flags: approval1.9?
Updated•17 years ago
|
Attachment #296480 -
Flags: approval1.9? → approval1.9+
| Assignee | ||
Comment 3•17 years ago
|
||
Checking in aboutDialog.js;
/cvsroot/mozilla/browser/base/content/aboutDialog.js,v <-- aboutDialog.js
new revision: 1.11; previous revision: 1.10
done
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 4•17 years ago
|
||
Sadly, there is a typo in my patch. Reopening :-(
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 5•17 years ago
|
||
Component -> Components
| Assignee | ||
Comment 6•17 years ago
|
||
Comment on attachment 300695 [details] [diff] [review]
Fix typo in previous patch
This is super-low-risk. Requesting approval for b3.
Attachment #300695 -
Flags: approval1.9b3?
Comment 7•17 years ago
|
||
Comment on attachment 300695 [details] [diff] [review]
Fix typo in previous patch
a=beltzner, +s!
Attachment #300695 -
Flags: approval1.9b3? → approval1.9b3+
| Assignee | ||
Comment 8•17 years ago
|
||
Thanks Beltzner. Landed:
Checking in aboutDialog.js;
/cvsroot/mozilla/browser/base/content/aboutDialog.js,v <-- aboutDialog.js
new revision: 1.12; previous revision: 1.11
done
Status: REOPENED → RESOLVED
Closed: 17 years ago → 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Flags: blocking-firefox3?
You need to log in
before you can comment on or make changes to this bug.
Description
•