Update of /cvsroot/mahogany/M/src/modules
In directory usw-pr-cvs1:/tmp/cvs-serv15681/src/modules

Modified Files:
        HtmlViewer.cpp TextViewer.cpp 
Log Message:
repackaged Nerijus' changes in a cleaner way


Index: HtmlViewer.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/HtmlViewer.cpp,v
retrieving revision 1.32
retrieving revision 1.33
diff -b -u -2 -r1.32 -r1.33
--- HtmlViewer.cpp      16 Apr 2002 16:47:57 -0000      1.32
+++ HtmlViewer.cpp      16 Apr 2002 19:15:34 -0000      1.33
@@ -762,5 +762,5 @@
          // convert from UTF-8|7 to environment's default encoding
          // FIXME it won't be needed when full Unicode support is available
-         encHeader = ConvertUnicodeToSystem(&headerValue, encHeader == 
wxFONTENCODING_UTF7);
+         encHeader = ConvertUnicodeToSystem(&headerValue, encHeader);
       }
       FontColourChanger colChanger(profileValues.HeaderValueCol, m_htmlText);

Index: TextViewer.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/TextViewer.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -b -u -2 -r1.26 -r1.27
--- TextViewer.cpp      16 Apr 2002 16:47:57 -0000      1.26
+++ TextViewer.cpp      16 Apr 2002 19:15:34 -0000      1.27
@@ -507,5 +507,5 @@
          // convert from UTF-8|7 to environment's default encoding
          // FIXME it won't be needed when full Unicode support is available
-         encHeader = ConvertUnicodeToSystem(&headerValue, encHeader == 
wxFONTENCODING_UTF7);
+         encHeader = ConvertUnicodeToSystem(&headerValue, encHeader);
       }
       wxFont font = profileValues.GetFont(encHeader);


_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to