From: Steve Brokenshire Date: Fri, 25 Mar 2016 10:59:38 +0000 (+0000) Subject: 'home' and 'work' don't need to be in telephone types. X-Git-Tag: release-0.11~3 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=7f4f480bd740dea3c4c04eea00e647c890837ac5 'home' and 'work' don't need to be in telephone types. --- diff --git a/source/contacteditor/cdo/ContactDataObject.cpp b/source/contacteditor/cdo/ContactDataObject.cpp index 0968754..1449286 100644 --- a/source/contacteditor/cdo/ContactDataObject.cpp +++ b/source/contacteditor/cdo/ContactDataObject.cpp @@ -2123,15 +2123,11 @@ void ContactDataObject::ProcessTelephone(wxString PropertySeg1, wxString Propert if (TypePropertyName == wxT("home") && TypeFound == FALSE){ PropType = PROPERTY_HOME; - TelTypeUI.Append("home"); - intTypeSeek++; TypeFound = TRUE; } else if (TypePropertyName == wxT("work") && TypeFound == FALSE){ PropType = PROPERTY_WORK; - TelTypeUI.Append("work"); - intTypeSeek++; TypeFound = TRUE; }