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

Modified Files:
        LayoutEditor.cpp 
Log Message:
EditorContentPart::GetMimeType() returns the MimeType object, not string

Index: LayoutEditor.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/LayoutEditor.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -u -2 -r1.8 -r1.9
--- LayoutEditor.cpp    2 Sep 2002 00:44:07 -0000       1.8
+++ LayoutEditor.cpp    2 Sep 2002 18:40:01 -0000       1.9
@@ -150,5 +150,5 @@
       }
 
-      name << '[' << mc->GetMimeType() << ']';
+      name << '[' << mc->GetMimeType().GetFull() << ']';
 
       SetLabel(name);



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to