]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbox.cpp
added test mode to wxLongLongWx which allowed to find the bug in operator*=()
[wxWidgets.git] / src / msw / statbox.cpp
index f08e16db70b1ca8d8c44e6bd62898a487fe4cab8..da2eac0ecc87134ace69735bda6378301973f7c0 100644 (file)
@@ -59,7 +59,7 @@ bool wxStaticBox::Create(wxWindow *parent,
                          long style,
                          const wxString& name)
 {
-    if ( !CreateControl(parent, id, pos, size, style, name) )
+    if ( !CreateControl(parent, id, pos, size, style, wxDefaultValidator, name) )
         return FALSE;
 
     if ( !MSWCreateControl(wxT("BUTTON"), BS_GROUPBOX, pos, size, label, 0) )