From 1e67bcdb0b6c74c7f0c301b7dd3e6388c7ff7f20 Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Sun, 28 Nov 2004 21:33:57 +0000 Subject: [PATCH] Bug #242948 --> Attached files not imported from French Eudora profiles for Thunderbird. Patch by Yann Rouillard. git-svn-id: svn://10.0.0.236/trunk@165861 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/import/eudora/src/nsEudoraMailbox.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mozilla/mailnews/import/eudora/src/nsEudoraMailbox.cpp b/mozilla/mailnews/import/eudora/src/nsEudoraMailbox.cpp index 18a4dada99d..1122eb2bb7b 100644 --- a/mozilla/mailnews/import/eudora/src/nsEudoraMailbox.cpp +++ b/mozilla/mailnews/import/eudora/src/nsEudoraMailbox.cpp @@ -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 };