X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32ee98eb765b9b574b8bc0da4396c1203f499d76..7e04f44c8df9a8571d5304718de9a5617701dbab:/interface/wx/control.h diff --git a/interface/wx/control.h b/interface/wx/control.h index eb5bdc7cd5..c319132a0e 100644 --- a/interface/wx/control.h +++ b/interface/wx/control.h @@ -109,7 +109,8 @@ public: Returns the control's label without mnemonics. Note that because of the stripping of the mnemonics the returned string may differ - from the string which was passed to SetLabel(). + from the string which was passed to SetLabel() but should always be the same which + was passed to SetLabelText(). */ wxString GetLabelText() const;