Ensure that the (separate on 2.8 branch) message dialog style gets set when constructing wxCocoa's message dialog.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@51798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2008-02-14 21:31:18 +00:00
parent f033c4562a
commit 339d6db705

View File

@@ -70,6 +70,7 @@ wxCocoaMessageDialog::wxCocoaMessageDialog(wxWindow *parent,
m_ok = _("OK");
m_cancel = _("Cancel");
SetMessageDialogStyle(style);
}
wxCocoaMessageDialog::~wxCocoaMessageDialog()