Update of /cvsroot/mahogany/M/src/mail
In directory sc8-pr-cvs1:/tmp/cvs-serv29058/src/mail

Modified Files:
        MailFolderCC.cpp 
Log Message:
fixed incorrect debugging message

Index: MailFolderCC.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolderCC.cpp,v
retrieving revision 1.681
retrieving revision 1.682
diff -b -u -2 -r1.681 -r1.682
--- MailFolderCC.cpp    9 Oct 2003 11:00:03 -0000       1.681
+++ MailFolderCC.cpp    10 Oct 2003 22:34:45 -0000      1.682
@@ -1535,5 +1535,8 @@
          }
 
-         if ( encoding != wxFONTENCODING_SYSTEM )
+         wxFontEncoding encTmp = wxFontMapper::Get()->CharsetToEncoding(csName);
+
+#ifdef DEBUG
+         if ( encoding != wxFONTENCODING_SYSTEM && encoding != encTmp )
          {
             // this is a bug (well, missing feature) in Mahogany but so far
@@ -1543,6 +1546,7 @@
                        _T("encodings and won't be rendered correctly."));
          }
+#endif // DEBUG
 
-         encoding = wxFontMapper::Get()->CharsetToEncoding(csName);
+         encoding = encTmp;
 
          // get the encoding in RFC 2047 sense



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to