From: Steve Brokenshire Date: Sun, 13 Mar 2016 11:32:43 +0000 (+0000) Subject: Added comments to describe functions in contacteditor/frmContactEditor-Init.cpp X-Git-Tag: release-0.11~87 X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;h=619bf5ccbe1f5d8569e29696092d53567caf58b7;p=xestiaab%2F.git Added comments to describe functions in contacteditor/frmContactEditor-Init.cpp --- 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;