X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditor-Category.cpp;h=08af176e6fcf065c4f902179043f4b852fbe6989;hb=f07a9bc12c167a8aef2074f9f92b61e4c7a2854e;hp=ef3439c57795ce1e662dc4d81645c4ddaab7e6e5;hpb=6dcb2ed929d861d7ca12bd2f646392b2dfaa9a51;p=xestiaab%2F.git 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;