]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/fl/fl_sample1.cpp
Move version number to 2.8.0.0 and rebake the makefiles
[wxWidgets.git] / contrib / samples / fl / fl_sample1.cpp
index a9a95d0b16dd56d173146b519ae69053845a54ba..aaa5ae945b2115d41423c060b3527e4d93961e05 100644 (file)
@@ -107,7 +107,7 @@ MyFrame::MyFrame( wxWindow* parent, const wxChar *title )
     : wxFrame( parent, wxID_ANY, title, wxDefaultPosition,
           wxSize( 700, 500 ),
           wxCLIP_CHILDREN | wxMINIMIZE_BOX | wxMAXIMIZE_BOX |
-          wxTHICK_FRAME   | wxSYSTEM_MENU  | wxCAPTION | wxCLOSE_BOX,
+          wxRESIZE_BORDER   | wxSYSTEM_MENU  | wxCAPTION | wxCLOSE_BOX,
           wxT("freimas") )
 {
     mpInternalFrm = (wxPanel*)this;
@@ -195,4 +195,3 @@ void MyFrame::OnQuit( wxCommandEvent& WXUNUSED(event) )
 
     Close(true);
 }
-