Closed Bug 11493 Opened 25 years ago Closed 25 years ago

nsMsgCompFactor.cpp needs quote path fix

Categories

(MailNews Core :: Composition, defect, P3)

x86
Windows NT
defect

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
Change QA Contact to ppandit
Assignee: ducarroz → rhp
reassign to rhp
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
fixed - rhp
Status: RESOLVED → VERIFIED
The code now says: rv = compMgr->RegisterComponent(kCMsgQuoteCID, "Message Quoting", "Xcomponent://netscape/messengercompose/quoting", path, PR_TRUE, PR_TRUE); VERIFIED
Product: MailNews → Core
Product: Core → MailNews Core
You need to log in before you can comment on or make changes to this bug.