X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Fgetcontactinfo.cpp;h=2941aba67395e8328f52c3d416682708beef0e2a;hb=7de73eb5809d783dc0aa588ab46b5821ae8b853f;hp=86791e4ed5c1cf949ca059ad9ed7ed37976a9a4e;hpb=f27381aed045186f4c84325433310b811cd37b6f;p=xestiaab%2F.git diff --git a/source/common/getcontactinfo.cpp b/source/common/getcontactinfo.cpp index 86791e4..2941aba 100644 --- a/source/common/getcontactinfo.cpp +++ b/source/common/getcontactinfo.cpp @@ -143,6 +143,7 @@ void LoadContactData(vCard *vCardObj, wxHtmlWindow *HTMLObj, wxString SID, if (FNList.PropCount > 0){ FNList.PropValues[0].Trim(); + CaptureString(&FNList.PropValues[0], false); PageData.append(FNList.PropValues[0]); }