Update of /cvsroot/mahogany/M/src/modules/crypt
In directory usw-pr-cvs1:/tmp/cvs-serv3800/src/modules/crypt
Modified Files:
MPGPCrypt.cpp
Log Message:
more Unicode fixes
Index: MPGPCrypt.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/crypt/MPGPCrypt.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -u -2 -r1.4 -r1.5
--- MPGPCrypt.cpp 8 Sep 2002 19:23:12 -0000 1.4
+++ MPGPCrypt.cpp 12 Sep 2002 02:36:51 -0000 1.5
@@ -97,5 +97,5 @@
}
- wxLogTrace(MCRYPT_TRM, "Executing: %s %s", command.c_str(),
+ wxLogTrace(MCRYPT_TRM, _T("Executing: %s %s"), command.c_str(),
args.c_str());
@@ -113,5 +113,5 @@
// send the message to PGP
if(input) {
- wxLogTrace(MCRYPT_TRM, "Sending the following text to PGP\n%s",
+ wxLogTrace(MCRYPT_TRM, _T("Sending the following text to PGP\n%s"),
input->c_str());
outStream.Write(input->c_str(), input->Len());
@@ -141,5 +141,5 @@
}
- wxLogTrace(MCRYPT_TRM, "PGP exited with status: %i",
+ wxLogTrace(MCRYPT_TRM, _T("PGP exited with status: %i"),
process.GetStatus());
-------------------------------------------------------
In remembrance
www.osdn.com/911/
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates