From: Steve Brokenshire Date: Mon, 14 Mar 2016 22:19:56 +0000 (+0000) Subject: Added comments to describe functions in search/frmSearch-contact.cpp X-Git-Tag: release-0.11~57^2~1 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=038b6a8239cfc78e26bc10d77f3554224b24a6f4 Added comments to describe functions in search/frmSearch-contact.cpp --- 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);