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

Modified Files:
        ComposeTemplate.cpp 
Log Message:
fixed Unicode compilation

Index: ComposeTemplate.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/ComposeTemplate.cpp,v
retrieving revision 1.75
retrieving revision 1.76
diff -b -u -2 -r1.75 -r1.76
--- ComposeTemplate.cpp 23 Jun 2006 23:27:30 -0000      1.75
+++ ComposeTemplate.cpp 31 Jul 2006 01:56:47 -0000      1.76
@@ -514,5 +514,5 @@
    {
       if ( !value.empty() )
-         value += ", ";
+         value += _T(", ");
 
       const String name = addr->GetName();


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to