]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tooltip.cpp
reSWIGged
[wxWidgets.git] / src / msw / tooltip.cpp
index d91f36afc16008772de83bbd9d4fe022453c496b..71ef1f714e97674299f79425930464db6435f427 100644 (file)
@@ -289,7 +289,7 @@ void wxToolTip::Add(WXHWND hWnd)
         if ( index != wxNOT_FOUND )
         {
 #ifdef TTM_SETMAXTIPWIDTH
         if ( index != wxNOT_FOUND )
         {
 #ifdef TTM_SETMAXTIPWIDTH
-            if ( wxTheApp->GetComCtl32Version() >= 470 )
+            if ( wxApp::GetComCtl32Version() >= 470 )
             {
                 // use TTM_SETMAXTIPWIDTH to make tooltip multiline using the
                 // extent of its first line as max value
             {
                 // use TTM_SETMAXTIPWIDTH to make tooltip multiline using the
                 // extent of its first line as max value