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:
@@ -70,6 +70,7 @@ wxCocoaMessageDialog::wxCocoaMessageDialog(wxWindow *parent,
|
||||
m_ok = _("OK");
|
||||
m_cancel = _("Cancel");
|
||||
|
||||
SetMessageDialogStyle(style);
|
||||
}
|
||||
|
||||
wxCocoaMessageDialog::~wxCocoaMessageDialog()
|
||||
|
Reference in New Issue
Block a user