X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5756f98678129c1866e5a889bdf73a833a8ba892..45dc66f8e2104024fa2c4713d236ac2e21bec0e0:/wxPython/src/_window.i diff --git a/wxPython/src/_window.i b/wxPython/src/_window.i index ce794e13bc..2a456fd970 100644 --- a/wxPython/src/_window.i +++ b/wxPython/src/_window.i @@ -1757,7 +1757,7 @@ already on top/bottom and nothing was done.", ""); void , SetHelpText(const wxString& text), "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.", ""); DocDeclStr( @@ -1770,7 +1770,7 @@ one.", ""); wxString , GetHelpText() const, "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.", "");