From 4dab38868aa89e14497263a9ac0d6f737151cc09 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 13 Mar 2016 16:03:04 +0000 Subject: [PATCH] Added comments to describe functions in contacteditor/frmContactEditor-Category.cpp --- source/contacteditor/frmContactEditor-Category.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/contacteditor/frmContactEditor-Category.cpp b/source/contacteditor/frmContactEditor-Category.cpp index ef3439c..08af176 100644 --- a/source/contacteditor/frmContactEditor-Category.cpp +++ b/source/contacteditor/frmContactEditor-Category.cpp @@ -22,6 +22,8 @@ void frmContactEditor::AddCategory( wxCommandEvent& event ) { + // Bring up the window to add a category. + int intResult = 0; frmContactEditorCategory *frameCECategory = new frmContactEditorCategory ( this ); @@ -44,6 +46,8 @@ void frmContactEditor::AddCategory( wxCommandEvent& event ) void frmContactEditor::ModifyCategory( wxCommandEvent& event ) { + // Bring up the window to edit a category. + long longSelected = -1; int intSelectedData = 0; @@ -74,6 +78,8 @@ void frmContactEditor::ModifyCategory( wxCommandEvent& event ) void frmContactEditor::DeleteCategory( wxCommandEvent& event ) { + // Bring up the window to delete the category. + long longSelected = -1; int intSelectedData = 0; -- 2.39.2