X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32ee98eb765b9b574b8bc0da4396c1203f499d76..f2e4cf3dc689b4e9d362637a9f9347fb49fd18d4:/interface/wx/control.h diff --git a/interface/wx/control.h b/interface/wx/control.h index eb5bdc7cd5..3c77c72a9a 100644 --- a/interface/wx/control.h +++ b/interface/wx/control.h @@ -3,7 +3,7 @@ // Purpose: interface of wxControl // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -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;