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