Bug #242948 --> Attached files not imported from French Eudora profiles for Thunderbird.

Patch by Yann Rouillard.
This commit is contained in:
scott%scott-macgregor.org 2004-11-28 21:33:57 +00:00
Родитель 4fc1ab316a
Коммит 9a3f91d44b
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -1061,12 +1061,14 @@ void nsEudoraMailbox::EmptyAttachments( void)
static char *eudoraAttachLines[] = {
"Attachment Converted:",
"Attachment converted:"
"Attachment converted:",
"Pièce jointe convertie :"
};
static PRInt32 eudoraAttachLen[] = {
21,
21,
24,
0
};