X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditor-Picture.cpp;h=acefe6babf2c5ad14c5bc733b38eecec0e8f800d;hb=fc5f22838afc80ae2e670ff478ad58bdf87fc165;hp=c99057e3196ee8c718405ef84c8828180bc49b7b;hpb=00a7c4ab12108d8ef4e2e94bbd6da1ba4305b6dc;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;