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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user