X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditor-Init.cpp;h=184c7c534cf022a12b535f171ff09df095d085f6;hb=ee9b71949005734012f18251774807c38b989ae2;hp=6536acf6e68432eefff9a925d593ce57636930ab;hpb=dce2807071906608dae19def6c7c379c76d28126;p=xestiaab%2F.git 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;