]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/cocoa/tooltip.mm
adapting to init pattern
[wxWidgets.git] / src / osx / cocoa / tooltip.mm
index 16ecda0f5b16108c72df1fdad8bd32498a19e268..11c44b49b4fc3c85d385da72f0eb26dcde6df39b 100644 (file)
@@ -1,8 +1,8 @@
 /////////////////////////////////////////////////////////////////////////////
-// 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
 /////////////////////////////////////////////////////////////////////////////
@@ -47,6 +47,8 @@ wxToolTip::~wxToolTip()
 void wxToolTip::SetTip( const wxString &tip )
 {
     m_text = tip;
+    if (m_window)
+        m_window->SetToolTip(this);
 }
 
 void wxToolTip::SetWindow( wxWindow *win )