X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditor-Load.cpp;h=a13a7deb9c3e4149a99e0cee7289e2ac3c81114e;hb=da98f1ad6ed83618c96826a1098f51fbcf0daea3;hp=9333df7592c0213a0f1654ecc9d12dac96b859e9;hpb=b1c2aba7356ff7f577a3f6774ddc7f309d0e1841;p=xestiaab%2F.git 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")); }