From: Steve Brokenshire Date: Fri, 1 Apr 2016 23:59:54 +0000 (+0100) Subject: Capture full name string when processing it for display in the HTML widget. X-Git-Tag: release-0.12~27 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=7de73eb5809d783dc0aa588ab46b5821ae8b853f Capture full name string when processing it for display in the HTML widget. --- 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]); }