X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FfrmNewAccount-CardDAV2.cpp;h=d0b18ecb0c8cca97b38d467ff25083977cdc6a56;hp=3798bbfa6a9adda698db5e03a0089bc18da393f2;hb=f69e09d827e06435ea94bb73aa71ab5f9d5c035b;hpb=54be8bb71d416128c3e89471174d1897af736dd4 diff --git a/source/frmNewAccount-CardDAV2.cpp b/source/frmNewAccount-CardDAV2.cpp index 3798bbf..d0b18ec 100644 --- a/source/frmNewAccount-CardDAV2.cpp +++ b/source/frmNewAccount-CardDAV2.cpp @@ -37,7 +37,7 @@ void frmNewAccount::RunCardDAV2Test( wxCommandEvent& event ){ wxAtoi(txtServerPort->GetValue()), txtUsername->GetValue().ToStdString(), txtPassword->GetValue().ToStdString(), - chkUseSSL->GetValue()); + chkUseSSL->GetValue() ? true : false); // Test the connection.