From 37a8c4825046469ee843cdca30207400b5f14104 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 29 Nov 2015 13:21:02 +0000 Subject: [PATCH] Header for adding the save routines for pictures, logos and sounds. --- source/contacteditor/frmContactEditor.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/contacteditor/frmContactEditor.h b/source/contacteditor/frmContactEditor.h index 787d01a..f623ac3 100644 --- a/source/contacteditor/frmContactEditor.h +++ b/source/contacteditor/frmContactEditor.h @@ -311,13 +311,16 @@ class frmContactEditor : public frmContactEditorADT void ModifyPicture( wxCommandEvent& event ); void DeletePicture( wxCommandEvent& event ); void LoadPicture( wxListEvent& event ); + void SavePicture( wxCommandEvent& event); void AddLogo( wxCommandEvent& event ); void ModifyLogo( wxCommandEvent& event ); void DeleteLogo( wxCommandEvent& event ); - void LoadLogo( wxListEvent& event ); + void LoadLogo( wxListEvent& event ); + void SaveLogo( wxCommandEvent& event); void AddSound( wxCommandEvent& event ); void ModifySound( wxCommandEvent& event ); void DeleteSound( wxCommandEvent& event ); + void SaveSound( wxCommandEvent& event); void PlaySoundDetach(); void PlaySound( wxCommandEvent& event ); void StopSound( wxCommandEvent& event ); -- 2.39.2