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

Modified Files:
        strutil.cpp upgrade.cpp 
Log Message:
more Unicode fixes

Index: strutil.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/strutil.cpp,v
retrieving revision 1.106
retrieving revision 1.107
diff -b -u -2 -r1.106 -r1.107
--- strutil.cpp 8 Sep 2002 19:23:12 -0000       1.106
+++ strutil.cpp 12 Sep 2002 02:36:51 -0000      1.107
@@ -1399,5 +1399,5 @@
          // conversion failed - use original text (and display incorrectly,
          // unfortunately)
-         wxLogDebug("conversion from UTF-8 to default encoding failed");
+         wxLogDebug(_T("conversion from UTF-8 to default encoding failed"));
       }
       else

Index: upgrade.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/upgrade.cpp,v
retrieving revision 1.194
retrieving revision 1.195
diff -b -u -2 -r1.194 -r1.195
--- upgrade.cpp 8 Sep 2002 19:23:12 -0000       1.194
+++ upgrade.cpp 12 Sep 2002 02:36:51 -0000      1.195
@@ -2081,5 +2081,5 @@
                config->DeleteEntry(MP_OLD_FOLDER_HOST);
 
-               wxLogTrace("Successfully converted folder '%s'",
+               wxLogTrace(_T("Successfully converted folder '%s'"),
                           folderName.c_str());
             }
@@ -2146,5 +2146,5 @@
          };
 
-         wxLogTrace("Updating templates for the folder '%s'...",
+         wxLogTrace(_T("Updating templates for the folder '%s'..."),
                     folderName.c_str());
 
@@ -2175,5 +2175,5 @@
                else
                {
-                  wxLogTrace("\t%s/%s/%s upgraded to %s",
+                  wxLogTrace(_T("\t%s/%s/%s upgraded to %s"),
                              folderName.c_str(),
                              group.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