X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditor-Business.cpp;h=2fe0201462042eb7fc91acf8ce2fa2133644bf96;hb=7c7382aec816add24a96a03f4cd37c461f48e9b6;hp=1ddc62d518cc5846137181e5f1e685bb12f38798;hpb=c21045d7d1b6c14f15b256f6134dbe68c7c620eb;p=xestiaab%2F.git diff --git a/source/contacteditor/frmContactEditor-Business.cpp b/source/contacteditor/frmContactEditor-Business.cpp index 1ddc62d..2fe0201 100644 --- a/source/contacteditor/frmContactEditor-Business.cpp +++ b/source/contacteditor/frmContactEditor-Business.cpp @@ -269,6 +269,7 @@ void frmContactEditor::AddBusinessIM( wxCommandEvent& event ) &ContactEditorData.BusinessIMListAltID, &ContactEditorData.BusinessIMListPID, &ContactEditorData.BusinessIMListType, + &ContactEditorData.BusinessIMListTypeInfo, &ContactEditorData.BusinessIMListTokens, &ContactEditorData.BusinessIMListMediatype, &ContactEditorData.BusinessIMListPref, @@ -295,6 +296,7 @@ void frmContactEditor::ModifyBusinessIM( wxCommandEvent& event ) &ContactEditorData.BusinessIMListAltID, &ContactEditorData.BusinessIMListPID, &ContactEditorData.BusinessIMListType, + &ContactEditorData.BusinessIMListTypeInfo, &ContactEditorData.BusinessIMListTokens, &ContactEditorData.BusinessIMListMediatype, &ContactEditorData.BusinessIMListPref, @@ -321,8 +323,9 @@ void frmContactEditor::DeleteBusinessIM( wxCommandEvent& event ) DeleteMapData(intSelectedData, &ContactEditorData.BusinessIMList, &ContactEditorData.BusinessIMListAltID, &ContactEditorData.BusinessIMListPID, - &ContactEditorData.BusinessIMListType, &ContactEditorData.BusinessIMListTokens, - &ContactEditorData.BusinessIMListMediatype, &ContactEditorData.BusinessIMListPref); + &ContactEditorData.BusinessIMListType, &ContactEditorData.BusinessIMListTypeInfo, + &ContactEditorData.BusinessIMListTokens, &ContactEditorData.BusinessIMListMediatype, + &ContactEditorData.BusinessIMListPref); } @@ -337,6 +340,7 @@ void frmContactEditor::AddBusinessTelephone( wxCommandEvent& event ) &ContactEditorData.BusinessTelephoneListAltID, &ContactEditorData.BusinessTelephoneListPID, &ContactEditorData.BusinessTelephoneListType, + &ContactEditorData.BusinessTelephoneListTypeInfo, &ContactEditorData.BusinessTelephoneListTokens, &ContactEditorData.BusinessTelephoneListPref, lboBusinessTelephone, @@ -362,6 +366,7 @@ void frmContactEditor::ModifyBusinessTelephone( wxCommandEvent& event ) &ContactEditorData.BusinessTelephoneListAltID, &ContactEditorData.BusinessTelephoneListPID, &ContactEditorData.BusinessTelephoneListType, + &ContactEditorData.BusinessTelephoneListTypeInfo, &ContactEditorData.BusinessTelephoneListTokens, &ContactEditorData.BusinessTelephoneListPref, lboBusinessTelephone, @@ -387,8 +392,8 @@ void frmContactEditor::DeleteBusinessTelephone( wxCommandEvent& event ) DeleteMapData(intSelectedData, &ContactEditorData.BusinessTelephoneList, &ContactEditorData.BusinessTelephoneListAltID, &ContactEditorData.BusinessTelephoneListPID, - &ContactEditorData.BusinessTelephoneListType, &ContactEditorData.BusinessTelephoneListTokens, - &ContactEditorData.BusinessTelephoneListPref); + &ContactEditorData.BusinessTelephoneListType, &ContactEditorData.BusinessTelephoneListTypeInfo, + &ContactEditorData.BusinessTelephoneListTokens, &ContactEditorData.BusinessTelephoneListPref); } @@ -537,6 +542,7 @@ void frmContactEditor::AddBusinessGeoposition( wxCommandEvent& event ) &ContactEditorData.BusinessGeographyListAltID, &ContactEditorData.BusinessGeographyListPID, &ContactEditorData.BusinessGeographyListType, + &ContactEditorData.BusinessGeographyListDataType, &ContactEditorData.BusinessGeographyListTokens, &ContactEditorData.BusinessGeographyListMediatype, &ContactEditorData.BusinessGeographyListPref, @@ -563,6 +569,7 @@ void frmContactEditor::ModifyBusinessGeoposition( wxCommandEvent& event ) &ContactEditorData.BusinessGeographyListAltID, &ContactEditorData.BusinessGeographyListPID, &ContactEditorData.BusinessGeographyListType, + &ContactEditorData.BusinessGeographyListDataType, &ContactEditorData.BusinessGeographyListTokens, &ContactEditorData.BusinessGeographyListMediatype, &ContactEditorData.BusinessGeographyListPref, @@ -589,8 +596,9 @@ void frmContactEditor::DeleteBusinessGeoposition( wxCommandEvent& event ) DeleteMapData(intSelectedData, &ContactEditorData.BusinessGeographyList, &ContactEditorData.BusinessGeographyListAltID, &ContactEditorData.BusinessGeographyListPID, - &ContactEditorData.BusinessGeographyListType, &ContactEditorData.BusinessGeographyListTokens, - &ContactEditorData.BusinessGeographyListMediatype, &ContactEditorData.BusinessGeographyListPref); + &ContactEditorData.BusinessGeographyListType, &ContactEditorData.BusinessGeographyListDataType, + &ContactEditorData.BusinessGeographyListTokens, &ContactEditorData.BusinessGeographyListMediatype, + &ContactEditorData.BusinessGeographyListPref); }