X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditor-Business.cpp;h=89175e797169ee4157e03174c839b04492e5eacd;hb=804f162ac221af8c1dc9fbdf5ff623d8c2880c9e;hp=81ce5cdb22e938248abd07ca3f17d949606a0494;hpb=93897f7025c7ba2f1fb06f072d0eeb41662a46b2;p=xestiaab%2F.git diff --git a/source/contacteditor/frmContactEditor-Business.cpp b/source/contacteditor/frmContactEditor-Business.cpp index 81ce5cd..89175e7 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); } @@ -804,8 +809,8 @@ void frmContactEditor::AddBusinessOrganisation( wxCommandEvent& event ) frmContactEditorOrganisations *frameCEOrg = new frmContactEditorOrganisations ( this ); frameCEOrg->SetEditorMode(FALSE, CE_WORK); - intResult = GetLastInt(&GeneralOrganisationsList); - frameCEOrg->SetupPointers(&GeneralOrganisationsList, + intResult = GetLastInt(&ContactEditorData.BusinessOrganisationsList); + frameCEOrg->SetupPointers(&ContactEditorData.BusinessOrganisationsList, &ContactEditorData.BusinessOrganisationsListLanguage, &ContactEditorData.BusinessOrganisationsListSortAs, &ContactEditorData.BusinessOrganisationsListAltID,