+ if (wxSProperty == wxT("VERSION") && VersionProcessed == FALSE){
+
+ // Check if version is 4.0, otherwise don't
+ // load.
+
+ wxPuts(wxSPropertySeg2);
+ if (wxSPropertySeg2 != wxT("4.0")){
+ wxMessageBox(_("This file is not a vCard 4.0 contact and is not supported under Xestia Address Book."),
+ _("Contact not supported"), wxICON_ERROR);
+ this->Close();
+ return FALSE;
+ }
+
+ VersionProcessed = TRUE;
+
+ } if (wxSProperty == wxT("KIND") && KindProcessed == FALSE){