From: Steve Brokenshire Date: Sun, 10 Jan 2016 21:19:46 +0000 (+0000) Subject: Added TypeInfo to frmContactEditorTelephone when editing a telephone contact. X-Git-Tag: release-0.09~67 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=c26a683ebc07088e00ecf7b29b5693cd09d7e1f7 Added TypeInfo to frmContactEditorTelephone when editing a telephone contact. --- diff --git a/source/contacteditor/frmContactEditorTelephone.cpp b/source/contacteditor/frmContactEditorTelephone.cpp index ff5d1e1..55f2c68 100644 --- a/source/contacteditor/frmContactEditorTelephone.cpp +++ b/source/contacteditor/frmContactEditorTelephone.cpp @@ -353,6 +353,9 @@ void frmContactEditorTelephone::ProcessAction( wxCommandEvent& event ) TelephoneListTypePtr->erase(TelephoneListIndex); TelephoneListTypePtr->insert(std::make_pair(TelephoneListIndex, strTelTypes)); + TelephoneListTypeInfoPtr->erase(TelephoneListIndex); + TelephoneListTypeInfoPtr->insert(std::make_pair(TelephoneListIndex, strTelTypes)); + // Edit the Telephone Priority. TelephoneListPrefPtr->erase(TelephoneListIndex);