*** empty log message ***

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
1999-10-05 04:22:59 +00:00
parent 1bd1d102fd
commit 27476f7368
11 changed files with 717 additions and 152 deletions

View File

@@ -66,7 +66,7 @@ bool wxControl::OS2CreateControl(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;