X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0cf3e587a2ec542ba1eb6e03a84c54edefae1881..4e15d1caa03346c126015019c1fdf093033ef40b:/src/gtk1/filedlg.cpp diff --git a/src/gtk1/filedlg.cpp b/src/gtk1/filedlg.cpp index 3827fd1b3d..59f8824386 100644 --- a/src/gtk1/filedlg.cpp +++ b/src/gtk1/filedlg.cpp @@ -13,6 +13,7 @@ #if wxUSE_FILEDLG #include "wx/filedlg.h" +#include "wx/testing.h" //----------------------------------------------------------------------------- @@ -49,6 +50,8 @@ void wxFileDialog::OnFakeOk( wxCommandEvent &event ) int wxFileDialog::ShowModal() { + WX_TESTING_SHOW_MODAL_HOOK(); + return wxGenericFileDialog::ShowModal(); }