From ff25631b7adfad7c615c3f552478e4ebf91adf35 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 13 Mar 2016 12:00:57 +0000 Subject: [PATCH 1/1] Added comments to describe functions in contacteditor/frmContactEditor-Key.cpp --- source/contacteditor/frmContactEditor-Key.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/contacteditor/frmContactEditor-Key.cpp b/source/contacteditor/frmContactEditor-Key.cpp index b72677e..43bf64f 100644 --- a/source/contacteditor/frmContactEditor-Key.cpp +++ b/source/contacteditor/frmContactEditor-Key.cpp @@ -22,6 +22,8 @@ void frmContactEditor::AddKey( wxCommandEvent& event ) { + // Bring up the window for adding a key. + int intResult = 0; frmContactEditorKey *frameCEKey = new frmContactEditorKey ( this ); @@ -46,6 +48,8 @@ void frmContactEditor::AddKey( wxCommandEvent& event ) void frmContactEditor::ModifyKey( wxCommandEvent& event ) { + // Bring up the window for modifying a key. + long longSelected = -1; int intSelectedData = 0; @@ -76,6 +80,8 @@ void frmContactEditor::ModifyKey( wxCommandEvent& event ) void frmContactEditor::DeleteKey( wxCommandEvent& event ) { + // Delete a key. + long longSelected = -1; int intSelectedData = 0; -- 2.39.2