X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32ee98eb765b9b574b8bc0da4396c1203f499d76..aa3fcb2f830f50218a6003710b959eb33d3b7088:/include/wx/control.h?ds=inline diff --git a/include/wx/control.h b/include/wx/control.h index 31ceeef421..79d6d833fd 100644 --- a/include/wx/control.h +++ b/include/wx/control.h @@ -170,7 +170,8 @@ protected: wxEllipsizeMode mode, int maxWidth, int replacementWidth, int marginWidth); - // this field contains the label in wx format, i.e. with '&' mnemonics + // this field contains the label in wx format, i.e. with '&' mnemonics, + // as it was passed to the last SetLabel() call wxString m_labelOrig; wxDECLARE_NO_COPY_CLASS(wxControlBase);