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
This commit is contained in:
Vadim Zeitlin
2008-11-28 20:59:52 +00:00
parent 11dd61cb3d
commit f3fe2d4ecb

View File

@@ -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);