зеркало из https://github.com/mozilla/gecko-dev.git
Bug #212469 --> spell checker should ignore quoted text for HTML mail.
r/sr=kin
This commit is contained in:
Родитель
2c2bbdbe8e
Коммит
60e11691f4
|
@ -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, },
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче