X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f70ec5b8f7bad48482a411256ed88ac461a8e18d..4693d68648fa027deeef41b13690fb6edccafab1:/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) #---------------------------------------------------------------------------