Update of /cvsroot/mahogany/M/include/mail
In directory usw-pr-cvs1:/tmp/cvs-serv3800/include/mail

Modified Files:
        ServerInfo.h 
Log Message:
more Unicode fixes

Index: ServerInfo.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/mail/ServerInfo.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -u -2 -r1.3 -r1.4
--- ServerInfo.h        8 Sep 2002 19:23:08 -0000       1.3
+++ ServerInfo.h        12 Sep 2002 02:36:48 -0000      1.4
@@ -77,5 +77,5 @@
          {
             wxLogTrace(TRACE_SERVER_CACHE,
-                       "Reusing existing server entry for %s(%s).",
+                       _T("Reusing existing server entry for %s(%s)."),
                        folder->GetFullName().c_str(), i->m_login.c_str());
 
@@ -87,5 +87,5 @@
       // not found
       wxLogTrace(TRACE_SERVER_CACHE,
-                 "No server entry for %s found.",
+                 _T("No server entry for %s found."),
                  folder->GetFullName().c_str());
 
@@ -109,5 +109,5 @@
       {
          wxLogTrace(TRACE_SERVER_CACHE,
-                    "Creating new server entry for %s(%s).",
+                    _T("Creating new server entry for %s(%s)."),
                     folder->GetFullName().c_str(), folder->GetLogin().c_str());
 
@@ -208,5 +208,5 @@
 
       wxLogTrace(TRACE_SERVER_CACHE,
-                 "Created server entry for %s(%s).",
+                 _T("Created server entry for %s(%s)."),
                  folder->GetFullName().c_str(), m_login.c_str());
    }



-------------------------------------------------------
In remembrance
www.osdn.com/911/
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to