X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditor-Business.cpp;h=2fe0201462042eb7fc91acf8ce2fa2133644bf96;hb=7c7382aec816add24a96a03f4cd37c461f48e9b6;hp=89175e797169ee4157e03174c839b04492e5eacd;hpb=804f162ac221af8c1dc9fbdf5ff623d8c2880c9e;p=xestiaab%2F.git diff --git a/source/contacteditor/frmContactEditor-Business.cpp b/source/contacteditor/frmContactEditor-Business.cpp index 89175e7..2fe0201 100644 --- a/source/contacteditor/frmContactEditor-Business.cpp +++ b/source/contacteditor/frmContactEditor-Business.cpp @@ -542,6 +542,7 @@ void frmContactEditor::AddBusinessGeoposition( wxCommandEvent& event ) &ContactEditorData.BusinessGeographyListAltID, &ContactEditorData.BusinessGeographyListPID, &ContactEditorData.BusinessGeographyListType, + &ContactEditorData.BusinessGeographyListDataType, &ContactEditorData.BusinessGeographyListTokens, &ContactEditorData.BusinessGeographyListMediatype, &ContactEditorData.BusinessGeographyListPref, @@ -568,6 +569,7 @@ void frmContactEditor::ModifyBusinessGeoposition( wxCommandEvent& event ) &ContactEditorData.BusinessGeographyListAltID, &ContactEditorData.BusinessGeographyListPID, &ContactEditorData.BusinessGeographyListType, + &ContactEditorData.BusinessGeographyListDataType, &ContactEditorData.BusinessGeographyListTokens, &ContactEditorData.BusinessGeographyListMediatype, &ContactEditorData.BusinessGeographyListPref, @@ -594,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); }