From 3ea7a6d095ea0bd429bf11749017511dba809d4d Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Tue, 4 Aug 2015 22:28:53 +0100 Subject: [PATCH] Using the correct control of lboPictures instead of lboLogos when setting the properties of a picture. --- source/contacteditor/frmContactEditor-Load.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/contacteditor/frmContactEditor-Load.cpp b/source/contacteditor/frmContactEditor-Load.cpp index 9333df7..a13a7de 100644 --- a/source/contacteditor/frmContactEditor-Load.cpp +++ b/source/contacteditor/frmContactEditor-Load.cpp @@ -5735,12 +5735,12 @@ bool frmContactEditor::LoadContact(wxString Filename){ } else if (intType == 1){ PicturesListType.insert(std::make_pair(intValueSeek, wxT("home"))); - lboLogos->SetItem(ListCtrlIndex, 1, _("Home")); + lboPictures->SetItem(ListCtrlIndex, 1, _("Home")); } else if (intType == 2){ PicturesListType.insert(std::make_pair(intValueSeek, wxT("work"))); - lboLogos->SetItem(ListCtrlIndex, 1, _("Work")); + lboPictures->SetItem(ListCtrlIndex, 1, _("Work")); } -- 2.39.2