X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FfrmNewAccount-CardDAV2.cpp;h=3798bbfa6a9adda698db5e03a0089bc18da393f2;hp=214e84ff294dd1d16a2bc6cd18f702c52aa4326c;hb=54be8bb71d416128c3e89471174d1897af736dd4;hpb=0ec0134b9f238a6407fa5376a74234467d5a9518 diff --git a/source/frmNewAccount-CardDAV2.cpp b/source/frmNewAccount-CardDAV2.cpp index 214e84f..3798bbf 100644 --- a/source/frmNewAccount-CardDAV2.cpp +++ b/source/frmNewAccount-CardDAV2.cpp @@ -24,11 +24,11 @@ void frmNewAccount::RunCardDAV2Test( wxCommandEvent& event ){ NewAccountResult *ResultData = new NewAccountResult; lblServerConnResult->SetLabel(_("Testing...")); - lblCardDAVSupportResult->SetLabel(_("")); - lblServerResponse->SetLabel(_("")); - lblServerSSLResult->SetLabel(_("")); - lblServerSSLValid->SetLabel(_("")); - lblAbleToLoginResult->SetLabel(_("")); + lblCardDAVSupportResult->SetLabel(wxT("")); + lblServerResponse->SetLabel(wxT("")); + lblServerSSLResult->SetLabel(wxT("")); + lblServerSSLValid->SetLabel(wxT("")); + lblAbleToLoginResult->SetLabel(wxT("")); bool UsingSSLBypass = false; // Setup a CardDAV2 connection object for testing.