]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dialogs/dialogs.cpp
remove wxVSCROLL from wxMessageDialog style (left over from prior experiments)
[wxWidgets.git] / samples / dialogs / dialogs.cpp
index 0a3c4638ba2bea4797623b80603cdf2f4287b7a3..f17685e5b2bb0a46514b057b75d50192a2bde590 100644 (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);