From 038b6a8239cfc78e26bc10d77f3554224b24a6f4 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Mon, 14 Mar 2016 22:19:56 +0000 Subject: [PATCH] Added comments to describe functions in search/frmSearch-contact.cpp --- source/search/frmSearch-contact.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/search/frmSearch-contact.cpp b/source/search/frmSearch-contact.cpp index 2f168bb..3a5d028 100644 --- a/source/search/frmSearch-contact.cpp +++ b/source/search/frmSearch-contact.cpp @@ -137,6 +137,8 @@ void frmSearch::RevealContact( wxCommandEvent& event ){ void frmSearch::ShowContactMenu( wxMouseEvent& event ){ + // Show the contact menu. + ContactMenu->SetupPointersSearch(this, lstResults, SearchMode); PopupMenu(ContactMenu->MenuPointer(), wxDefaultPosition); -- 2.39.2