X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FfrmInvalidSSLCertificate.cpp;h=92f9e3054008913a11d4e8bdffc21e5c3379823c;hb=a45c3a46e4e37da415a8b8da2aaabe6a4abc4551;hp=a7e75ca1a32b3fc3b5967d068c978ed8d7251173;hpb=45729fca56479bd9158486e0cda0c4a94b4dd1dc;p=xestiaab%2F.git diff --git a/source/frmInvalidSSLCertificate.cpp b/source/frmInvalidSSLCertificate.cpp index a7e75ca..92f9e30 100644 --- a/source/frmInvalidSSLCertificate.cpp +++ b/source/frmInvalidSSLCertificate.cpp @@ -1,3 +1,21 @@ +// frmInvalidSSLCertificate.cpp - Invalid SSL Certificate form. +// +// (c) 2012-2015 Xestia Software Development. +// +// This file is part of Xestia Address Book. +// +// Xestia Address Book is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by the +// Free Software Foundation, version 3 of the license. +// +// Xestia Address Book is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License along +// with Xestia Address Book. If not, see + #include "frmInvalidSSLCertificate.h" #include "frmSSLCertificate.h" @@ -47,6 +65,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() {