X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f70ec5b8f7bad48482a411256ed88ac461a8e18d..6a6e2822455ac3275dad20d5a0b474e4eb4b2582:/wxPython/demo/Dialog.py diff --git a/wxPython/demo/Dialog.py b/wxPython/demo/Dialog.py index 2ef15a0f49..7bb49f85bc 100644 --- a/wxPython/demo/Dialog.py +++ b/wxPython/demo/Dialog.py @@ -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() -wx.HelpProvider_Set(provider) +wx.HelpProvider.Set(provider) #---------------------------------------------------------------------------