]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Dialog.py
fixed child windows scrolling to use wxSIZE_ALLOW_MINUS_ONE
[wxWidgets.git] / wxPython / demo / Dialog.py
index 2ef15a0f492e9604c69ea3863099615734d232d7..7bb49f85bc8fc8d466c56f49fc2661d744509a49 100644 (file)
@@ -5,7 +5,7 @@ import  wx
 # Create and set a help provider.  Normally you would do this in
 # the app's OnInit as it must be done before any SetHelpText calls.
 provider = wx.SimpleHelpProvider()
 # Create and set a help provider.  Normally you would do this in
 # the app's OnInit as it must be done before any SetHelpText calls.
 provider = wx.SimpleHelpProvider()
-wx.HelpProvider_Set(provider)
+wx.HelpProvider.Set(provider)
 
 #---------------------------------------------------------------------------
 
 
 #---------------------------------------------------------------------------