X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7d5051cb877d6cc0ceb094b71bdfee783c1aa605..cbef7338c1c7763042704c74d5ee6f62c7e10733:/interface/wx/control.h diff --git a/interface/wx/control.h b/interface/wx/control.h index 3d35e69952..826145fb16 100644 --- a/interface/wx/control.h +++ b/interface/wx/control.h @@ -121,7 +121,7 @@ public: following character is a @e mnemonic for this control and can be used to activate it from the keyboard (typically by using @e Alt key in combination with it). To insert a literal ampersand character, you need - to double it, i.e. use use "&&". If this behaviour is undesirable, use + to double it, i.e. use "&&". If this behaviour is undesirable, use SetLabelText() instead. */ void SetLabel(const wxString& label);