]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/control.cpp
wxMenu::callback stuff taken inside WXWIN_COMPATIBILITY_2 (everybody should
[wxWidgets.git] / src / os2 / control.cpp
index 4981257808d10c5c99f0482ec612a9042f9c7f61..57cfe9e6dfb7572c138d2cff21edace2e34a5629 100644 (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(wxT("Failed to create a control of class '%s'"), classname);
 #endif // DEBUG
 
         return FALSE;