X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7517dcb56e4153e11abc99f464d70ddeb25e3af0..58ce18f2fdadecffb21e27555115af708325cf18:/include/wx/stattext.h?ds=inline diff --git a/include/wx/stattext.h b/include/wx/stattext.h index f3aa8fc9d3..2a6c054b0e 100644 --- a/include/wx/stattext.h +++ b/include/wx/stattext.h @@ -80,12 +80,12 @@ protected: // functions required for wxST_ELLIPSIZE_* support // choose the default border for this window virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; } - // calls only RemoveMarkup() on the original label + // calls only RemoveMarkup() on the original label // if the wxST_MARKUP style is set // (but unlike GetLabelText won't remove mnemonics) virtual wxString GetLabelWithoutMarkup() const; - // just calls RemoveMarkup() & Ellipsize() on the original label + // just calls RemoveMarkup() & Ellipsize() on the original label // if the wxST_MARKUP & wxST_ELLIPSIZE_* styles are set // (but unlike GetLabelText won't remove mnemonics) virtual wxString GetEllipsizedLabelWithoutMarkup() const;