From 5ed2223087be2770e0956c2b725fbe3d091c2d7a Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Mon, 28 Aug 2017 21:31:03 +0100 Subject: [PATCH] frmContactEditor: Delete from lboBusinessTitles in DeleteBusinessTitle --- source/contacteditor/frmContactEditor-Business.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/contacteditor/frmContactEditor-Business.cpp b/source/contacteditor/frmContactEditor-Business.cpp index 7294d94..0bd693e 100644 --- a/source/contacteditor/frmContactEditor-Business.cpp +++ b/source/contacteditor/frmContactEditor-Business.cpp @@ -850,7 +850,7 @@ void frmContactEditor::DeleteBusinessTitle( wxCommandEvent& event ) } - lboTitles->DeleteItem(longSelected); + lboBusinessTitles->DeleteItem(longSelected); DeleteMapData(intSelectedData, &ContactEditorData.BusinessTitleList, &ContactEditorData.BusinessTitleListLanguage, &ContactEditorData.BusinessTitleListAltID, -- 2.39.2