X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f70ec5b8f7bad48482a411256ed88ac461a8e18d..b4eecebd423df0c6efe86d7658cd3df818d67ed8:/wxPython/demo/Dialog.py?ds=inline 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) #---------------------------------------------------------------------------