From 619bf5ccbe1f5d8569e29696092d53567caf58b7 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 13 Mar 2016 11:32:43 +0000 Subject: [PATCH] Added comments to describe functions in contacteditor/frmContactEditor-Init.cpp --- source/contacteditor/frmContactEditor-Init.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/contacteditor/frmContactEditor-Init.cpp b/source/contacteditor/frmContactEditor-Init.cpp index 6536acf..184c7c5 100644 --- a/source/contacteditor/frmContactEditor-Init.cpp +++ b/source/contacteditor/frmContactEditor-Init.cpp @@ -20,7 +20,9 @@ void frmContactEditor::SetupHeaders() { - + + // Setup the list control headers. + /* Items for the General Tab */ SetupColumn(CE_NICKNAME, lboNicknames); @@ -106,6 +108,8 @@ void frmContactEditor::SetupHeaders() void frmContactEditor::SetupColumn(wxString ColumnType, wxListCtrl *ListCtrl) { + + // Setup the columns. wxListItem coldata; -- 2.39.5