From: Steve Brokenshire Date: Mon, 30 Nov 2015 13:12:37 +0000 (+0000) Subject: Removed comment from ShowContactEditorEdit in frmMain. X-Git-Tag: release-0.06~5 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=08b6172984f2dc308d30b35916c116c44581ebc8 Removed comment from ShowContactEditorEdit in frmMain. --- 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);