]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/notebook.cpp
Updated testconf,
[wxWidgets.git] / src / msw / notebook.cpp
index 6c0c06db8e00a67410b1a8f2c99d0250674a89db..52bf8dcd0dea663992d6fede27a2ae32ce5f91e9 100644 (file)
@@ -122,7 +122,8 @@ bool wxNotebook::Create(wxWindow *parent,
                         const wxString& name)
 {
   // base init
-  CreateBase(parent, id, pos, size, style, name);
+  if ( !CreateBase(parent, id, pos, size, style, wxDefaultValidator, name) )
+      return FALSE;
 
   // colors and font
   m_backgroundColour = wxColour(GetSysColor(COLOR_BTNFACE));