X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditor-Calendar.cpp;h=c31021021f92cd203de85a712bf209b857f8b63e;hb=d107053a144fbcc4d8429f2980573e24122caa0f;hp=95235c1bb19351dc74aa1dff57772aed6ff497a5;hpb=7c7382aec816add24a96a03f4cd37c461f48e9b6;p=xestiaab%2F.git diff --git a/source/contacteditor/frmContactEditor-Calendar.cpp b/source/contacteditor/frmContactEditor-Calendar.cpp index 95235c1..c310210 100644 --- a/source/contacteditor/frmContactEditor-Calendar.cpp +++ b/source/contacteditor/frmContactEditor-Calendar.cpp @@ -22,6 +22,8 @@ void frmContactEditor::AddCalendarAddress( wxCommandEvent& event ) { + // Bring up the window to add the calendar address. + int intResult = 0; frmContactEditorCalAdr *frameCECalAdr = new frmContactEditorCalAdr ( this ); @@ -44,6 +46,8 @@ void frmContactEditor::AddCalendarAddress( wxCommandEvent& event ) void frmContactEditor::ModifyCalendarAddress( wxCommandEvent& event ) { + // Bring up the window to modify the calendar address. + long longSelected = -1; int intSelectedData = 0; @@ -74,6 +78,8 @@ void frmContactEditor::ModifyCalendarAddress( wxCommandEvent& event ) void frmContactEditor::DeleteCalendarAddress( wxCommandEvent& event ) { + // Bring up the window to delete the calendar address. + long longSelected = -1; int intSelectedData = 0; @@ -96,6 +102,8 @@ void frmContactEditor::DeleteCalendarAddress( wxCommandEvent& event ) void frmContactEditor::AddCalendarRequest( wxCommandEvent& event ) { + // Bring up the window to add a calendar request address. + int intResult = 0; frmContactEditorCalAdr *frameCECalAdr = new frmContactEditorCalAdr ( this ); @@ -118,6 +126,8 @@ void frmContactEditor::AddCalendarRequest( wxCommandEvent& event ) void frmContactEditor::ModifyCalendarRequest( wxCommandEvent& event ) { + // Bring up the window to modify a calendar request address. + long longSelected = -1; int intSelectedData = 0; @@ -148,6 +158,8 @@ void frmContactEditor::ModifyCalendarRequest( wxCommandEvent& event ) void frmContactEditor::DeleteCalendarRequest( wxCommandEvent& event ) { + // Bring up the window to delete a calendar request address. + long longSelected = -1; int intSelectedData = 0; @@ -171,6 +183,8 @@ void frmContactEditor::DeleteCalendarRequest( wxCommandEvent& event ) void frmContactEditor::AddFreeBusy( wxCommandEvent& event ) { + // Bring up the window to add a calendar free/busy address. + int intResult = 0; frmContactEditorCalAdr *frameCECalAdr = new frmContactEditorCalAdr ( this ); @@ -193,6 +207,8 @@ void frmContactEditor::AddFreeBusy( wxCommandEvent& event ) void frmContactEditor::ModifyFreeBusy( wxCommandEvent& event ) { + // Bring up the window to modify a calendar free/busy address. + long longSelected = -1; int intSelectedData = 0; @@ -223,6 +239,8 @@ void frmContactEditor::ModifyFreeBusy( wxCommandEvent& event ) void frmContactEditor::DeleteFreeBusy( wxCommandEvent& event ) { + // Bring up the window to delete a calendar free/busy address. + long longSelected = -1; int intSelectedData = 0;