From 7de73eb5809d783dc0aa588ab46b5821ae8b853f Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sat, 2 Apr 2016 00:59:54 +0100 Subject: [PATCH] Capture full name string when processing it for display in the HTML widget. --- source/common/getcontactinfo.cpp | 1 + 1 file changed, 1 insertion(+) 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]); } -- 2.39.2