#include "wx/settings.h"
#endif
+#include "wx/modalhook.h"
#include "wx/motif/private.h"
// ----------------------------------------------------------------------------
int wxMessageDialog::ShowModal()
{
+ WX_HOOK_MODAL_DIALOG();
+
const long style = GetMessageDialogStyle();
DialogCreateFunction dialogCreateFunction;