Fix wxHelpProvider::GetHelp() documentation

It had (at least since the conversion of the original LaTeX
documentation to Doxygen) completely wrong description.

Closes #25543.
This commit is contained in:
Vadim Zeitlin
2025-06-22 20:52:56 +02:00
parent 23762d0c65
commit 6feb12dcee
+5 -3
View File
@@ -61,9 +61,11 @@ public:
static wxHelpProvider* Get();
/**
This version associates the given text with all windows with this id.
May be used to set the same help string for all Cancel buttons in
the application, for example.
Get the help string for the given window.
The interpretation of the returned string is help provider dependent,
but empty string always means that no help is associated with this
window.
*/
virtual wxString GetHelp(const wxWindow* window) = 0;