X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FfrmSSLCertificate.cpp;h=e61c443b1cddcb0a93ef2517b6b46544d04a0124;hb=a45c3a46e4e37da415a8b8da2aaabe6a4abc4551;hp=96614f543f81159d1ae67aa5ba921f5468e46fd8;hpb=9dda85fb380dbaa06e14a0263daad4723d231f6c;p=xestiaab%2F.git diff --git a/source/frmSSLCertificate.cpp b/source/frmSSLCertificate.cpp index 96614f5..e61c443 100644 --- a/source/frmSSLCertificate.cpp +++ b/source/frmSSLCertificate.cpp @@ -1,3 +1,21 @@ +// frmSSLCertificate.cpp - 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 "frmSSLCertificate.h" #include @@ -11,7 +29,7 @@ frmSSLCertificateADT( parent ) void frmSSLCertificate::SetupCerts(SSLCertCollection SSLCertsInc) { - /*// Grab the certificates, start from the one requested and show. + // Grab the certificates, start from the one requested and show. lblValidityStatus->Hide(); @@ -137,7 +155,7 @@ void frmSSLCertificate::SetupCerts(SSLCertCollection SSLCertsInc) treHierarchy->ExpandAll(); - SSLCertData = SSLCertsInc;*/ + SSLCertData = SSLCertsInc; }