X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/65fd5cb0124e62ab1fc41f93382a205d95b00e75..b4a2ab728bf4627ab2b41385b69e31f10c1fd3b1:/src/msw/control.cpp diff --git a/src/msw/control.cpp b/src/msw/control.cpp index 3ae9f711d2..fc25a1a83b 100644 --- a/src/msw/control.cpp +++ b/src/msw/control.cpp @@ -76,7 +76,7 @@ bool wxControl::MSWCreateControl(const wxChar *classname, WXDWORD style) if ( !m_hWnd ) { #ifdef __WXDEBUG__ - wxLogError(_T("Failed to create a control of class '%s'"), classname); + wxLogError(T("Failed to create a control of class '%s'"), classname); #endif // DEBUG return FALSE;