From 8398317ac255c2ece9e723aa4161f0e11ee0af3a Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 29 Nov 2015 13:13:12 +0000 Subject: [PATCH] Added Save function stubs for Pictures, Logos and Sounds tab. --- source/contacteditor/frmContactEditor-Logo.cpp | 6 ++++++ source/contacteditor/frmContactEditor-Picture.cpp | 7 +++++++ source/contacteditor/frmContactEditor-Sound.cpp | 6 ++++++ 3 files changed, 19 insertions(+) diff --git a/source/contacteditor/frmContactEditor-Logo.cpp b/source/contacteditor/frmContactEditor-Logo.cpp index 63638e4..94280d2 100644 --- a/source/contacteditor/frmContactEditor-Logo.cpp +++ b/source/contacteditor/frmContactEditor-Logo.cpp @@ -134,3 +134,9 @@ void frmContactEditor::DeleteLogo( wxCommandEvent& event ) imgLogo->SetBitmap(LogoImage); } +void frmContactEditor::SaveLogo( wxCommandEvent &event ) +{ + + return; + +} \ No newline at end of file diff --git a/source/contacteditor/frmContactEditor-Picture.cpp b/source/contacteditor/frmContactEditor-Picture.cpp index ce2bb56..64585df 100644 --- a/source/contacteditor/frmContactEditor-Picture.cpp +++ b/source/contacteditor/frmContactEditor-Picture.cpp @@ -158,3 +158,10 @@ void frmContactEditor::LoadPicture( wxListEvent& event ) imgPicture->SetBitmap(PictureImage); } + +void frmContactEditor::SavePicture( wxCommandEvent &event ) +{ + + return; + +} \ No newline at end of file diff --git a/source/contacteditor/frmContactEditor-Sound.cpp b/source/contacteditor/frmContactEditor-Sound.cpp index b82d0b9..1626626 100644 --- a/source/contacteditor/frmContactEditor-Sound.cpp +++ b/source/contacteditor/frmContactEditor-Sound.cpp @@ -198,3 +198,9 @@ void frmContactEditor::StopSound( wxCommandEvent& event ) } +void frmContactEditor::SaveSound( wxCommandEvent &event ) +{ + + return; + +} \ No newline at end of file -- 2.39.2