]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/control.cpp
compilation fix
[wxWidgets.git] / src / msw / control.cpp
index fc25a1a83b147a5a048fababbd2276d730067a0e..f610c69d779cb287a8b50e8ccd87b96c5ddda72a 100644 (file)
@@ -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(wxT("Failed to create a control of class '%s'"), classname);
 #endif // DEBUG
 
         return FALSE;