X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FfrmNewAccount-CardDAV2.cpp;h=d0b18ecb0c8cca97b38d467ff25083977cdc6a56;hp=3798bbfa6a9adda698db5e03a0089bc18da393f2;hb=e8efcf96e52c4d8d82ded85327070dcb7a4e3609;hpb=d2f1e7f0975a5dabc007a5633df5f7266bbdfc7c 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.