Update of /cvsroot/mahogany/M/src/modules/crypt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31255/src/modules/crypt
Modified Files:
PGPEngine.cpp
Log Message:
_T("") -> wxEmptyString
Index: PGPEngine.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/crypt/PGPEngine.cpp,v
retrieving revision 1.37
retrieving revision 1.38
diff -b -u -2 -r1.37 -r1.38
--- PGPEngine.cpp 11 Jul 2005 22:42:13 -0000 1.37
+++ PGPEngine.cpp 16 Jan 2006 20:32:28 -0000 1.38
@@ -582,5 +582,5 @@
log->GetPublicKey().c_str()
),
- _T(""),
+ wxEmptyString,
messageOut,
log
@@ -645,5 +645,5 @@
}
- return ExecCommand(tmpfname.GetName(), _T(""), messageOut, log);
+ return ExecCommand(tmpfname.GetName(), wxEmptyString, messageOut, log);
}
@@ -682,5 +682,5 @@
MCryptoEngineOutputLog *log)
{
- return ExecCommand(_T(""), messageIn, messageOut, log);
+ return ExecCommand(wxEmptyString, messageIn, messageOut, log);
}
@@ -719,5 +719,5 @@
return ExecCommand(_T("--verify ") + tmpfileSig.GetName() +
_T(" ") + tmpfileText.GetName(),
- _T(""), messageOut, log);
+ wxEmptyString, messageOut, log);
}
@@ -753,5 +753,5 @@
),
_("Mahogany: Please enter the passphrase"),
- _T(""),
+ wxEmptyString,
wxOK | wxCANCEL | wxTE_PASSWORD);
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates