#include <string.h>
#include "wx/filename.h"
+#include "wx/testing.h"
// ============================================================================
// implementation
int wxFileDialog::ShowModal()
{
+ WX_TESTING_SHOW_MODAL_HOOK();
+
wxWindow* parentWindow = GetParent();
if (!parentWindow)
parentWindow = wxTheApp->GetTopWindow();