]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/tooltip.cpp
Don't crash when laying out wxGridBagSizer with only hidden elements.
[wxWidgets.git] / src / os2 / tooltip.cpp
index 39481333bbb9c471dbd8ada546d1ff345f6a5718..244d4ea77e74b7c024bb947edcdcb3b63d9f4ce9 100644 (file)
@@ -1,10 +1,9 @@
 ///////////////////////////////////////////////////////////////////////////////
-// 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:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -72,7 +71,7 @@ void wxToolTip::Create(
                               );
     if (!m_hWnd)
     {
-        wxLogError(_T("Unable to create tooltip window"));
+        wxLogError(wxT("Unable to create tooltip window"));
     }
 
     wxColour                        vColor( wxT("YELLOW") );