Bug #212469 --> spell checker should ignore quoted text for HTML mail.

r/sr=kin
This commit is contained in:
scott%scott-macgregor.org 2003-07-12 00:17:37 +00:00
Родитель 2c2bbdbe8e
Коммит 60e11691f4
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -82,6 +82,11 @@ protected:
0x171e72db, 0xf8a, 0x412a, \
{ 0x84, 0x61, 0xe4, 0xc9, 0x27, 0xa3, 0xa2, 0xac} }
#define NS_COMPOSERTXTSRVFILTERMAIL_CID \
{/* {7FBD2146-5FF4-4674-B069-A7BBCE66E773}*/ \
0x7fbd2146, 0x5ff4, 0x4674, \
{ 0xb0, 0x69, 0xa7, 0xbb, 0xce, 0x66, 0xe7, 0x73} }
// Generic for the editor
#define COMPOSER_TXTSRVFILTER_CONTRACTID "@mozilla.org/editor/txtsrvfilter;1"

Просмотреть файл

@ -257,7 +257,7 @@ static const nsModuleComponentInfo components[] = {
COMPOSER_TXTSRVFILTER_CONTRACTID,
nsComposeTxtSrvFilterConstructorForComposer, },
{ "TxtSrv Filter For Mail", NS_COMPOSERTXTSRVFILTER_CID,
{ "TxtSrv Filter For Mail", NS_COMPOSERTXTSRVFILTERMAIL_CID,
COMPOSER_TXTSRVFILTERMAIL_CONTRACTID,
nsComposeTxtSrvFilterConstructorForMail, },
};