Closed
Bug 11493
Opened 25 years ago
Closed 25 years ago
nsMsgCompFactor.cpp needs quote path fix
Categories
(MailNews Core :: Composition, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ppandit, Assigned: rhp)
Details
Using a debug build from August 6
In /mozilla/mailnews/compose/build/nsMsgCompFactory.cpp
The following seems to contain the wrong path for the Quote ClassID
rv = compMgr->RegisterComponent(kCMsgQuoteCID,"Message Quoting",
"Xcomponent://netscape/messengercompose/smtp",
path, PR_TRUE, PR_TRUE);
Par
QA Contact: lchiang → ppandit
Summary: nsMsgCompFactor.cpp needs quote pass fix → nsMsgCompFactor.cpp needs quote path fix
Updated•25 years ago
|
Assignee: ducarroz → rhp
Comment 2•25 years ago
|
||
reassign to rhp
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•25 years ago
|
||
fixed
- rhp
The code now says:
rv = compMgr->RegisterComponent(kCMsgQuoteCID,
"Message Quoting",
"Xcomponent://netscape/messengercompose/quoting",
path, PR_TRUE, PR_TRUE);
VERIFIED
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•