X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditor-Picture.cpp;h=acefe6babf2c5ad14c5bc733b38eecec0e8f800d;hb=04a1ebb415bc0291b376d649d0d1ff680f4c6c7c;hp=c99057e3196ee8c718405ef84c8828180bc49b7b;hpb=79aa666accc0e96fbc82ae22bc621704b8912618;p=xestiaab%2F.git 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;