From: Steve Brokenshire Date: Sun, 13 Mar 2016 12:54:35 +0000 (+0000) Subject: Added comments to describe functions in contacteditor/frmContactEditor-Logo.cpp X-Git-Tag: release-0.11~79 X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;h=79cd2c822bc89d6d671069cf591bb4759192ddd0;p=xestiaab%2F.git Added comments to describe functions in contacteditor/frmContactEditor-Logo.cpp --- diff --git a/source/contacteditor/frmContactEditor-Logo.cpp b/source/contacteditor/frmContactEditor-Logo.cpp index 2f02a8a..cf9e3f4 100644 --- a/source/contacteditor/frmContactEditor-Logo.cpp +++ b/source/contacteditor/frmContactEditor-Logo.cpp @@ -23,6 +23,8 @@ void frmContactEditor::LoadLogo( wxListEvent& event ) { + // Load the logo. + long longSelected = -1; int intSelectedData = 0; @@ -83,6 +85,9 @@ void frmContactEditor::LoadLogo( wxListEvent& event ) void frmContactEditor::AddLogo( wxCommandEvent& event ) { + + // Bring up the window to add a logo. + int intResult = 0; frmContactEditorPicture *frameCELogo = new frmContactEditorPicture ( this ); @@ -109,6 +114,8 @@ void frmContactEditor::AddLogo( wxCommandEvent& event ) void frmContactEditor::ModifyLogo( wxCommandEvent& event ) { + // Bring up the window to modify a logo. + long longSelected = -1; int intSelectedData = 0; @@ -141,6 +148,8 @@ void frmContactEditor::ModifyLogo( wxCommandEvent& event ) void frmContactEditor::DeleteLogo( wxCommandEvent& event ) { + // Bring up a window to delete a logo. + long longSelected = -1; int intSelectedData = 0; @@ -168,6 +177,8 @@ void frmContactEditor::DeleteLogo( wxCommandEvent& event ) void frmContactEditor::SaveLogo( wxCommandEvent &event ) { + // Save the logo to a file. + long longSelected = -1; int intSelectedData = 0;