From: Steve Brokenshire Date: Sun, 29 Nov 2015 13:13:12 +0000 (+0000) Subject: Added Save function stubs for Pictures, Logos and Sounds tab. X-Git-Tag: release-0.06~25 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=8398317ac255c2ece9e723aa4161f0e11ee0af3a Added Save function stubs for Pictures, Logos and Sounds tab. --- 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