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