]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/tooltip.cpp
A little clarification
[wxWidgets.git] / src / mac / carbon / tooltip.cpp
index 042a6f2c35e3902fd35e127b135ba72d5fe5d0e3..3334d6b70bce575315d8b92922464517dfa21bcb 100644 (file)
@@ -262,7 +262,7 @@ void wxMacToolTip::Draw()
         int width = 0 ;
         int thiswidth = 0 ;
         int laststop = 0 ;
         int width = 0 ;
         int thiswidth = 0 ;
         int laststop = 0 ;
-        wxCharBuffer text = wxMacStringToCString( m_label ) ;
+        wxCharBuffer text = m_label.mb_str( wxConvLocal)  ;
 
         while( i < length )
         {
 
         while( i < length )
         {