void Dialog::OnEvidenceSelectorClosing(EvidenceSelector *pSender)
{
    Confrontation *pConfrontation = pState->GetCurrentConfrontation();

    if (pConfrontation != NULL)
    {
        pConfrontation->ShowHealthIcons();
    }
}