/////////////////////////////////////////////////////////////////////////////
-// Name: src/osx/carbon/tooltip.cpp
+// Name: src/osx/cocoa/tooltip.mm
// Purpose: wxToolTip implementation
// Author: Stefan Csomor
-// Id: $Id: tooltip.cpp 55419 2008-09-02 16:53:23Z SC $
+// Id: $Id$
// Copyright: (c) Stefan Csomor
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
void wxToolTip::SetTip( const wxString &tip )
{
m_text = tip;
+ if (m_window)
+ m_window->SetToolTip(this);
}
void wxToolTip::SetWindow( wxWindow *win )