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

Modified Files:
        ComposeTemplate.cpp 
Log Message:
fixed unicode compile error

Index: ComposeTemplate.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/ComposeTemplate.cpp,v
retrieving revision 1.70
retrieving revision 1.71
diff -b -u -2 -r1.70 -r1.71
--- ComposeTemplate.cpp 27 Mar 2005 14:33:48 -0000      1.70
+++ ComposeTemplate.cpp 13 Apr 2005 21:31:04 -0000      1.71
@@ -547,5 +547,5 @@
          // delimiters so that names like "Foo O'Bar" and "Baz d'ABC" are
          // handled correctly)
-         wxStringTokenizer tk(name, " '-");
+         wxStringTokenizer tk(name, _T(" '-"));
          while ( tk.HasMoreTokens() )
          {



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to