Update of /cvsroot/mahogany/M/src/classes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23646/src/classes

Modified Files:
        MessageView.cpp 
Log Message:
fixed typo which made automatic viewer selection code ignore text/plain parts

Index: MessageView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/MessageView.cpp,v
retrieving revision 1.164
retrieving revision 1.165
diff -b -u -2 -r1.164 -r1.165
--- MessageView.cpp     23 Jun 2005 23:44:35 -0000      1.164
+++ MessageView.cpp     24 Jun 2005 00:06:11 -0000      1.165
@@ -2447,5 +2447,5 @@
 
          case MimeType::TEXT:
-            if ( subtype == _T("TEXT") )
+            if ( subtype == _T("PLAIN") )
                contents |= PartContent_Text;
             else if ( subtype == _T("HTML") )



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to