Closed
Bug 299223
Opened 20 years ago
Closed 18 years ago
Windows fileinfo is very different for sunbird than firefox. please sync the two
Categories
(Calendar :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bugzilla, Assigned: mattwillis)
Details
Attachments
(1 file)
|
738 bytes,
patch
|
ssitter
:
first-review+
jminta
:
second-review+
|
Details | Diff | Splinter Review |
if you on windows get the fileinfo from the sunbird.exe file you get very different info: -- sunbird -- CompanyName=Mozilla FileDescription=Sunbird FileVersion=0.2b InternalName=Sunbird LegalCopyright=Mozilla LegalTrademarks=Blah OriginalFilename=sunbird.exe ProductName=Sunbird ProductVersion=Personal -- firefox -- CompanyName=Mozilla FileDescription=Firefox FileVersion=1.0 InternalName=Firefox LegalCopyright=Mozilla LegalTrademarks=Firefox is a Trademark of The Mozilla Foundation. OriginalFilename=firefox.exe ProductName=Firefox ProductVersion=1.8b2: 2005062906 I'd really like to get the LegalTrademarks and the ProductVersion fixed
Comment 1•20 years ago
|
||
The relevant info is in mozilla/calendar/sunbird/app/module.ver
Component: Installer → General
Comment 2•20 years ago
|
||
Note that Sunbird is not a registered trademark so we can't claim it to be.
| Reporter | ||
Comment 3•20 years ago
|
||
The fix should be: - make LegalTrademarks empty - make ProductVersion display the actual version and not "Personal"
Updated•19 years ago
|
QA Contact: installer → general
| Assignee | ||
Comment 4•18 years ago
|
||
Reassigning all automatically assigned bugs from Mostafa to nobody@m.o Bugspam filter: TorontoMostafaMove
Assignee: mostafah → nobody
Comment 5•18 years ago
|
||
Using Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20060816 Calendar/0.3a2+: LegalTrademarks = Blah ProductVersion = 1.9a1: 2006081606 I think Comment #2 still applies to trademark issue.
| Assignee | ||
Comment 6•18 years ago
|
||
Uses the correct language as per Frank Hecker of MoFo.
Assignee: nobody → mattwillis
Status: NEW → ASSIGNED
Attachment #234023 -
Flags: second-review?(jminta)
Attachment #234023 -
Flags: first-review?(ssitter)
Updated•18 years ago
|
Attachment #234023 -
Flags: second-review?(jminta) → second-review+
Comment 7•18 years ago
|
||
Comment on attachment 234023 [details] [diff] [review] Fixes trademark text r=ssitter
Attachment #234023 -
Flags: first-review?(ssitter) → first-review+
| Assignee | ||
Comment 8•18 years ago
|
||
Patch checked in on MOZILLA_1_8_BRANCH and trunk. -> FIXED
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•