From: <arn...@us...> - 2006-07-10 08:40:11
|
Revision: 635 Author: arnetheduck Date: 2006-07-10 01:40:05 -0700 (Mon, 10 Jul 2006) ViewCVS: http://svn.sourceforge.net/dcplusplus/?rev=635&view=rev Log Message: ----------- we love copypaste errors Modified Paths: -------------- dcplusplus/trunk/windows/CertificatesPage.cpp Modified: dcplusplus/trunk/windows/CertificatesPage.cpp =================================================================== --- dcplusplus/trunk/windows/CertificatesPage.cpp 2006-07-10 07:42:05 UTC (rev 634) +++ dcplusplus/trunk/windows/CertificatesPage.cpp 2006-07-10 08:40:05 UTC (rev 635) @@ -43,8 +43,8 @@ PropPage::ListItem CertificatesPage::listItems[] = { { 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 } + { SettingsManager::ALLOW_UNTRUSTED_CLIENTS, ResourceManager::SETTINGS_ALLOW_UNTRUSTED_CLIENTS, }, + { 0, ResourceManager::SETTINGS_ALLOW_UNTRUSTED_CLIENTS, }, }; 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. |