X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FfrmSSLCertificate.cpp;h=e61c443b1cddcb0a93ef2517b6b46544d04a0124;hb=a73019906500e3a0fc306a61e4b7975f79725866;hp=2c2f9ddabdda376115293a8851378c25c26e7f74;hpb=45729fca56479bd9158486e0cda0c4a94b4dd1dc;p=xestiaab%2F.git diff --git a/source/frmSSLCertificate.cpp b/source/frmSSLCertificate.cpp index 2c2f9dd..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; } @@ -188,8 +206,6 @@ void frmSSLCertificate::LoadValueData( wxListEvent& event ) // Get the value data and display it in the text at the bottom. long intSelected = -1; - int intSelectedData = 0; - long SSLDataSeekNum = -1; wxString SSLSettingValue; intSelected = lstValues->GetNextItem(intSelected, @@ -199,8 +215,6 @@ void frmSSLCertificate::LoadValueData( wxListEvent& event ) SSLSettingValue = lstValues->GetItemText(intSelected, 1); txtValueData->SetValue(SSLSettingValue); - - //SSLDataSeekNum = lstValues->GetItemData(intSelected); }