]> git.saurik.com Git - wxWidgets.git/commit
Relax wxMessageDialog style checks, assume wxOK by default.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 13 Sep 2012 17:16:11 +0000 (17:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 13 Sep 2012 17:16:11 +0000 (17:16 +0000)
commitc03c654417b649f21f50f6bb55adebe0bb4f17c2
treeb74e48c06f63e483b9d07c2e37c02c2a2b2f9045
parentb576c83a30669ea10d48e5fa5776d29e9862e08e
Relax wxMessageDialog style checks, assume wxOK by default.

Don't complain if neither wxOK nor wxYES[_NO] are specified but just assume
wxOK by default. This allows the code calling wxMessageBox() with just an icon
flag to continue to work in the same way in 2.9 as it did in 2.8.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msgdlg.h