X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..404b319a85dadd7decf7a5a5331020520031a41c:/src/os2/tooltip.cpp diff --git a/src/os2/tooltip.cpp b/src/os2/tooltip.cpp index 990070139c..3407b154e4 100644 --- a/src/os2/tooltip.cpp +++ b/src/os2/tooltip.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: msw/tooltip.cpp +// Name: src/os2/tooltip.cpp // Purpose: wxToolTip class implementation for MSW // Author: David Webster // Modified by: // Created: 10/17/99 // RCS-ID: $Id$ // Copyright: (c) David Webster -// Licence: wxWidgets licence +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -71,7 +71,9 @@ void wxToolTip::Create( ,NULL ); if (!m_hWnd) - wxLogError("Unable to create tooltip window"); + { + wxLogError(wxT("Unable to create tooltip window")); + } wxColour vColor( wxT("YELLOW") ); lColor = (LONG)vColor.GetPixel();