Closed
Bug 194082
Opened 23 years ago
Closed 23 years ago
Update Mac Desktop Get Info string to 1.4a after Mozilla 1.3 branch is cut
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.4alpha
People
(Reporter: lpham, Assigned: tracy)
References
()
Details
Attachments
(1 file)
|
2.17 KB,
text/plain
|
lpham
:
review+
jj.enser
:
superreview+
|
Details |
This is land on the trunk after MOZILLA_1_3_BRANCH is cut
Need to update
mozilla/xpfe/bootstrap/nsMacVersion.r
mozilla/xpfe/bootstrap/macbuild/Contents/Info.plist
| Assignee | ||
Comment 1•23 years ago
|
||
paches in the follow files:
mozilla/xpfe/bootstrap/macbuild/Contents/Info.plist
mozilla/xpfe/bootstrap/nsMacVersion.r
Comment on attachment 115395 [details]
patches for Desktop get info string
look good r=lpham
Attachment #115395 -
Flags: review+
Comment 3•23 years ago
|
||
Comment on attachment 115395 [details]
patches for Desktop get info string
sr=jj.
Attachment #115395 -
Flags: superreview+
| Assignee | ||
Comment 4•23 years ago
|
||
patches checked in...marking fixed
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 5•23 years ago
|
||
/mozilla/xpfe/bootstrap/macbuild/Contents/Resources/English.lproj/InfoPlist.string
version update as follows:
CFBundleGetInfoString = "Mozilla 1.3b, 1998-2003 The Mozilla Organization"
to
CFBundleGetInfoString = "Mozilla 1.4a, 1998-2003 The Mozilla Organization"
I used KHexEdit on linux to edit the binary file.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 6•23 years ago
|
||
hmmm...I don't think that edit worked quite right. the copywrite symbol is missing.
| Assignee | ||
Comment 7•23 years ago
|
||
JJ, I cannot submit a diff for binary file so I removed 1.3b to 1.4a inside
mozilla/xpfe/bootstrap/macbuild/Contents/Resources/English.lproj/
InfoPlist.strings
CFBundleGetInfoString = "Mozilla 1.3b, © 1998-2003 The Mozilla Organization";
to
CFBundleGetInfoString = "Mozilla 1.4a, © 1998-2003 The Mozilla Organization";
(Note: I'm using BBEdit to edit this file)
Let me know if it looks ok to you. Thanks.
Comment 8•23 years ago
|
||
r=jj for the change to .../English.lproj/InfoPlist.strings
Tracy, the reason why we cannot diff these .plist files is because they have a
unicode 2-byte header which makes cvs think it's a binary file. Bummer, but I
don't think there's anything we can do about it.
Comment 9•23 years ago
|
||
I'm sorry please disregard my last comment (#8). What I wrote is true for the
branch, but the reality is that we don't need this value in the English
"overlay", so we shoudl just REMOVE the line
CFBundleGetInfoString = "Mozilla 1.3b, © 1998-2003 The Mozilla Organization";
from InfoPlist.strings and the value for CFBundleGetInfoString will
automatically be picked up from mozilla/xpfe/bootstrap/macbuild/Contents/Info.plist
| Assignee | ||
Comment 10•23 years ago
|
||
checked in with
CFBundleGetInfoString = "Mozilla 1.3b, 1998-2003 The Mozilla Organization";
removed
Status: REOPENED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → FIXED
Comment 12•22 years ago
|
||
Loan, you need to verify this against the installed product, not against the
source tree.
This is not just my preference, but the way bugs have always been verified.
That's also what makes the verification process different from the review process.
If you don't know how to do this, I'll be happy to show you on your Mac.
| Reporter | ||
Comment 13•22 years ago
|
||
Thanks for your offer JJ.
Verified against installed product.
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•