From 08b6172984f2dc308d30b35916c116c44581ebc8 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Mon, 30 Nov 2015 13:12:37 +0000 Subject: [PATCH] Removed comment from ShowContactEditorEdit in frmMain. --- source/frmMain.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/frmMain.cpp b/source/frmMain.cpp index 0573477..a658920 100644 --- a/source/frmMain.cpp +++ b/source/frmMain.cpp @@ -1180,9 +1180,7 @@ void frmMain::ShowContactEditorEdit( wxCommandEvent& event ) long intSelected = -1; long intContactSeekNum = -1; - - // intSelected = lstContacts->GetSelection(); - + intSelected = lstContacts->GetNextItem(intSelected, wxLIST_NEXT_ALL, wxLIST_STATE_SELECTED); -- 2.39.2