X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0fba44b4103530bd7904c4b5720b7568b753daec..b3cec67186d678d2c3985923bdb8c787455cf369:/src/os2/tooltip.cpp diff --git a/src/os2/tooltip.cpp b/src/os2/tooltip.cpp index 744db82fd5..685cf02339 100644 --- a/src/os2/tooltip.cpp +++ b/src/os2/tooltip.cpp @@ -61,7 +61,7 @@ void wxToolTip::Create( m_hWnd = ::WinCreateWindow( HWND_DESKTOP ,WC_ENTRYFIELD - ,(PSZ)rsTip.c_str() + ,rsTip.c_str() ,lStyle ,0, 0, 0, 0 ,NULLHANDLE @@ -71,7 +71,9 @@ void wxToolTip::Create( ,NULL ); if (!m_hWnd) - wxLogError(_T("Unable to create tooltip window")); + { + wxLogError(wxT("Unable to create tooltip window")); + } wxColour vColor( wxT("YELLOW") ); lColor = (LONG)vColor.GetPixel();