From: <arn...@us...> - 2006-07-10 07:42:13
|
Revision: 634 Author: arnetheduck Date: 2006-07-10 00:42:05 -0700 (Mon, 10 Jul 2006) ViewCVS: http://svn.sourceforge.net/dcplusplus/?rev=634&view=rev Log Message: ----------- Certpage fix Modified Paths: -------------- dcplusplus/trunk/windows/CertificatesPage.cpp Modified: dcplusplus/trunk/windows/CertificatesPage.cpp =================================================================== --- dcplusplus/trunk/windows/CertificatesPage.cpp 2006-07-09 12:04:27 UTC (rev 633) +++ dcplusplus/trunk/windows/CertificatesPage.cpp 2006-07-10 07:42:05 UTC (rev 634) @@ -44,6 +44,7 @@ { SettingsManager::USE_TLS, ResourceManager::SETTINGS_USE_TLS }, { SettingsManager::ALLOW_UNTRUSTED_HUBS, ResourceManager::SETTINGS_ALLOW_UNTRUSTED_HUBS }, { SettingsManager::ALLOW_UNTRUSTED_CLIENTS, ResourceManager::SETTINGS_ALLOW_UNTRUSTED_CLIENTS, } + { 0, 0, PropPage::T_END } }; LRESULT CertificatesPage::onInitDialog(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |