From 81e657300913eb61b5a64322d0e91544630df6aa Mon Sep 17 00:00:00 2001 From: Ryan Norton Date: Sun, 21 Dec 2003 20:37:17 +0000 Subject: [PATCH] Changed main frame style to wxDEFAULT_FRAME_STYLE | wxTAB_TRAVERSAL git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/regextest/regextest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/regextest/regextest.cpp b/samples/regextest/regextest.cpp index 818854ee2b..29efee893d 100644 --- a/samples/regextest/regextest.cpp +++ b/samples/regextest/regextest.cpp @@ -118,7 +118,7 @@ public: MyDialog() : wxFrame( NULL, -1, _("regextest - wxRegEx Testing App"), - wxPoint(20,20), wxSize(300,400) ) + wxPoint(20,20), wxSize(300,400), wxDEFAULT_FRAME_STYLE | wxTAB_TRAVERSAL ) { //Set the background to something light gray-ish SetBackgroundColour(wxColour(150,150,150)); -- 2.50.0