#include "wx/settings.h"
#include "wx/dialog.h"
#include "wx/msgdlg.h"
+#include "wx/file.h"
#if wxUSE_WX_RESOURCES
#include "wx/resource.h"
event.SetEventObject(win);
win->GetEventHandler()->ProcessEvent(event);
-
+
if (event.MoreRequested())
needMore = TRUE;