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:
parent
11dd61cb3d
commit
f3fe2d4ecb
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue