X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b4a2ab728bf4627ab2b41385b69e31f10c1fd3b1..223d09f6b523aac674ef9b72a883dfa8d37c5d4e:/src/common/ctrlcmn.cpp?ds=sidebyside diff --git a/src/common/ctrlcmn.cpp b/src/common/ctrlcmn.cpp index 9cfd4bb2f9..916a4e578d 100644 --- a/src/common/ctrlcmn.cpp +++ b/src/common/ctrlcmn.cpp @@ -48,7 +48,7 @@ bool wxControlBase::CreateControl(wxWindowBase *parent, // even if it's possible to create controls without parents in some port, // it should surely be discouraged because it doesn't work at all under // Windows - wxCHECK_MSG( parent, FALSE, T("all controls must have parents") ); + wxCHECK_MSG( parent, FALSE, wxT("all controls must have parents") ); if ( !CreateBase(parent, id, pos, size, style, validator, name) ) return FALSE;