git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38225
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
# 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)
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------