From: Steve Brokenshire Date: Sun, 10 Jan 2016 21:05:02 +0000 (+0000) Subject: Updated SetupPointers for PHOTO in frmContactEditor. X-Git-Tag: release-0.09~70 X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;h=04a1ebb415bc0291b376d649d0d1ff680f4c6c7c;p=xestiaab%2F.git Updated SetupPointers for PHOTO in frmContactEditor. --- diff --git a/source/contacteditor/frmContactEditor-Picture.cpp b/source/contacteditor/frmContactEditor-Picture.cpp index c99057e..acefe6b 100644 --- a/source/contacteditor/frmContactEditor-Picture.cpp +++ b/source/contacteditor/frmContactEditor-Picture.cpp @@ -38,7 +38,8 @@ void frmContactEditor::AddPicture( wxCommandEvent& event ) &ContactEditorData.PicturesListMediatype, &ContactEditorData.PicturesListPref, lboPictures, - (intValueSeek)); + (intValueSeek), + TRUE); frameCEPicture->ShowModal(); delete frameCEPicture; frameCEPicture = NULL; @@ -66,7 +67,8 @@ void frmContactEditor::ModifyPicture( wxCommandEvent& event ) &ContactEditorData.PicturesListMediatype, &ContactEditorData.PicturesListPref, lboPictures, - intSelectedData); + intSelectedData, + TRUE); frameCEPicture->SetEditorMode(TRUE); frameCEPicture->ShowModal(); delete frameCEPicture;