]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/_core.py
don't throw away the first three stack frames in the assert stack dump (fix needed...
[wxWidgets.git] / wxPython / src / gtk / _core.py
index 2020f24639487c3f11127d78e104d15d59d0fb83..d8374f26a4c43471c15c593d77349c298ce43255 100644 (file)
@@ -9337,7 +9337,7 @@ class Window(EvtHandler):
 
         Sets the help text to be used as context-sensitive help for this
         window.  Note that the text is actually stored by the current
-        wxHelpProvider implementation, and not in the window object itself.
+        `wx.HelpProvider` implementation, and not in the window object itself.
         """
         return _core_.Window_SetHelpText(*args, **kwargs)
 
@@ -9356,7 +9356,7 @@ class Window(EvtHandler):
 
         Gets the help text to be used as context-sensitive help for this
         window.  Note that the text is actually stored by the current
-        wxHelpProvider implementation, and not in the window object itself.
+        `wx.HelpProvider` implementation, and not in the window object itself.
         """
         return _core_.Window_GetHelpText(*args, **kwargs)