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