X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a83f860948059b0273b5cc6d9e43fadad3ebfca..7169360153f35fe579c7e72fd95a1dbbb2eff043:/src/os2/filedlg.cpp diff --git a/src/os2/filedlg.cpp b/src/os2/filedlg.cpp index f4fc9da6f1..a23b8981f8 100644 --- a/src/os2/filedlg.cpp +++ b/src/os2/filedlg.cpp @@ -4,7 +4,6 @@ // Author: David Webster // Modified by: // Created: 10/05/99 -// RCS-ID: $Id$ // Copyright: (c) David Webster // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -39,6 +38,7 @@ #include #include "wx/tokenzr.h" +#include "wx/modalhook.h" #define wxMAXPATH 1024 #define wxMAXFILE 1024 @@ -104,6 +104,8 @@ void wxFileDialog::GetPaths ( int wxFileDialog::ShowModal() { + WX_HOOK_MODAL_DIALOG(); + wxString sTheFilter; wxString sFilterBuffer; wxChar* pzFilterBuffer;