X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FfrmNewAccount.cpp;h=9d0873e0da908139a2ff52cd4e0cb3ee7c83da1a;hb=d57580c160153c18c9d191b1a18841687ff3c36c;hp=23ab52589701dfdf5232025fbaab45749ff324ed;hpb=fb9275e87015d9ca017022f7e9837544de74bc83;p=xestiaab%2F.git diff --git a/source/frmNewAccount.cpp b/source/frmNewAccount.cpp index 23ab525..9d0873e 100644 --- a/source/frmNewAccount.cpp +++ b/source/frmNewAccount.cpp @@ -27,9 +27,8 @@ #include "common/win32ssl.h" #endif -#include "carddav/carddav.h" #include "common/dirs.h" -#include "common/svrblist.h" +#include "common/svrdlist.h" #include "frmInvalidSSLCertificate.h" DEFINE_EVENT_TYPE(UPDATERESULTS); @@ -141,10 +140,10 @@ void frmNewAccount::ProcessNext( wxCommandEvent& event ) } - // Check if server address matches against the blacklist. + // Check if server address matches against the dangerous list. // Bring up warning message if it does. - if (CheckBlacklist(txtServerAddress->GetValue())){ + if (CheckDangerousList(txtServerAddress->GetValue())){ int MessageBoxResult = wxMessageBox(_("The server with the address given does not support the CardDAV protocol properly and shouldn't be used.\n\nData loss is very likely.\n\nDo you still want to continue using this server?"), _("Server warning"), wxYES_NO, this);