From: Vadim Zeitlin Date: Fri, 28 Nov 2008 20:59:52 +0000 (+0000) Subject: remove wxVSCROLL from wxMessageDialog style (left over from prior experiments) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f3fe2d4ecb277193d35f63e4336da8debcd8bdc1 remove wxVSCROLL from wxMessageDialog style (left over from prior experiments) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/dialogs/dialogs.cpp b/samples/dialogs/dialogs.cpp index 0a3c4638ba..f17685e5b2 100644 --- a/samples/dialogs/dialogs.cpp +++ b/samples/dialogs/dialogs.cpp @@ -657,7 +657,7 @@ void MyFrame::MessageBox(wxCommandEvent& WXUNUSED(event)) "A long, long string to test out the message box " "layout properly.", "Message box text", - wxVSCROLL | wxCENTER | + wxCENTER | wxNO_DEFAULT | wxYES_NO | wxCANCEL | wxICON_INFORMATION);