#include "wx/wxprec.h"
-#ifdef __BORDLANDC__
+#ifdef __BORLANDC__
#pragma hdrstop
#endif
{
m_InfoFrame = new wxInfoFrame( parent, message);
m_InfoFrame->Show(TRUE);
+#ifdef __WXMAC__
+ m_InfoFrame->Update() ;
+#else
wxYield();
m_InfoFrame->Refresh();
wxYield();
+#endif
}
wxBusyInfo::~wxBusyInfo()