X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FfrmInvalidSSLCertificate.cpp;h=ce1f8f47440670e8e083984c85a86608e89778e3;hb=e7eaa503e46395e1126c901b1ff0d25388259ba5;hp=a7e75ca1a32b3fc3b5967d068c978ed8d7251173;hpb=45729fca56479bd9158486e0cda0c4a94b4dd1dc;p=xestiaab%2F.git diff --git a/source/frmInvalidSSLCertificate.cpp b/source/frmInvalidSSLCertificate.cpp index a7e75ca..ce1f8f4 100644 --- a/source/frmInvalidSSLCertificate.cpp +++ b/source/frmInvalidSSLCertificate.cpp @@ -47,6 +47,22 @@ void frmInvalidSSLCertificate::LoadData(SSLCertCollection CertDataInc, } +void frmInvalidSSLCertificate::LoadDataNew(SSLCertCollection CertDataInc, + wxString DomainNameInc) +{ + + AccountName = DomainNameInc; + CertData = CertDataInc; + + lblSSLText->SetLabel(wxT("An invalid SSL certificate was received from the server ") + AccountName + (" account.\n\n") + + wxT("Click on one of the following buttons:\n\n") + + wxT("- Accept to accept the SSL certificate for this session and future sessions until the certificate changes.\n") + + wxT("- Reject to not use this certificate and disconnect.\n") + + wxT("- View Certificates to review the certificates that were received.") + ); + +} + int frmInvalidSSLCertificate::GetResult() {