X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditor-Load.cpp;h=90fff1c548d6aad44ed4d833401ffa2e2a3e9980;hb=23776c47694a72b7ae42c3c0f63bd24ab63a3bad;hp=995bb15e7c459a40113f2b45042948df542474c7;hpb=76d4a9e4241fb4a79b6785e30b5c80b6a2c2d037;p=xestiaab%2F.git diff --git a/source/contacteditor/frmContactEditor-Load.cpp b/source/contacteditor/frmContactEditor-Load.cpp index 995bb15..90fff1c 100644 --- a/source/contacteditor/frmContactEditor-Load.cpp +++ b/source/contacteditor/frmContactEditor-Load.cpp @@ -172,8 +172,8 @@ bool frmContactEditor::LoadContact(wxString Filename){ // Process the unique ID (UID) - UIDToken = ContactEditorData.UIDToken; - + // Do nothing at the moment. + // Process the contact type (KIND) (frmContactEditor-LoadGroup.cpp) LoadKind(&ContactEditorData.ContactKind); @@ -1549,7 +1549,7 @@ void frmContactEditor::LoadBirthday(wxString *BirthdayData, bool *BirthdayText){ wxString wxSData; - if (Birthday.Mid(0, 2) == wxT("--")){ + if (BirthdayData->Mid(0, 2) == wxT("--")){ // Skip year. @@ -1584,7 +1584,7 @@ void frmContactEditor::LoadAnniversary(wxString *AnniversaryData, bool *Annivers wxString wxSData; - if (Anniversary.Mid(0, 2) == wxT("--")){ + if (AnniversaryData->Mid(0, 2) == wxT("--")){ // Skip year.