]> git.saurik.com Git - wxWidgets.git/commitdiff
SN: Added a 'wxDefaultValidator' where it seems to be needed after
authorStefan Neis <Stefan.Neis@t-online.de>
Fri, 14 Jan 2000 22:57:03 +0000 (22:57 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Fri, 14 Jan 2000 22:57:03 +0000 (22:57 +0000)
        a change to CreateControl-API

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/os2/toolbar.cpp

index fcdc62b7aa0741216116b46fa61236f95aa8d664..03734d30b4796efaa9469a1735708096262dacd4 100644 (file)
@@ -187,6 +187,7 @@ bool wxToolBar::Create(
                        ,rPos
                        ,rSize
                        ,lStyle
+                      , wxDefaultValidator
                        ,rName
                       ))
         return(FALSE);